Skip to content

Commit

Permalink
fix: arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
OldTyT committed Feb 9, 2024
1 parent c5181c5 commit 4668c95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build image
id: docker-build
run: >-
docker buildx create --platform linux/arm/v6 --name arm32v6 --use && \
docker buildx create --platform linux/arm/v6 --name arm32v6 --use
docker buildx build
--platform linux/arm/v6
-t $IMAGE_NAME
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Build image
id: docker-build
run: >-
docker buildx create --platform linux/arm/v7 --name arm32v7 --use && \
docker buildx create --platform linux/arm/v7 --name arm32v7 --use
docker buildx build
--platform linux/arm/v7
-t $IMAGE_NAME
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Build image
id: docker-build
run: >-
docker buildx create --platform linux/arm64/v8 --name arm64v8 --use && \
docker buildx create --platform linux/arm64/v8 --name arm64v8 --use
docker buildx build
--platform linux/arm64/v8
-t $IMAGE_NAME
Expand Down

0 comments on commit 4668c95

Please sign in to comment.