Skip to content

Commit 0c5482f

Browse files
committed
fix: disable arm64 images
Signed-off-by: Alexander Dobrodey <8377544+ADobrodey@users.noreply.github.com>
1 parent ade0260 commit 0c5482f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
id: push
6666
uses: docker/build-push-action@v6
6767
with:
68-
platforms: linux/amd64,linux/arm64
68+
# platforms: linux/amd64,linux/arm64
6969
context: ./images/${{ env.IMAGE_NAME }}
7070
file: ./images/${{ env.IMAGE_NAME }}/Dockerfile
7171
push: true

0 commit comments

Comments
 (0)