Skip to content

Commit 4e38f5a

Browse files
authored
Merge pull request #276 from dbarzin/dev
docker
2 parents 5cff7f1 + 2152735 commit 4e38f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: docker/build-push-action@v4
3232
with:
3333
context: .
34-
platforms: linux/amd64, linux/arm64
34+
platforms: linux/amd64 #, linux/arm64 (build fails)
3535
push: true
3636
tags: |
3737
ghcr.io/${{ github.repository }}:latest

0 commit comments

Comments
 (0)