Skip to content

Commit

Permalink
feat: build x86 and arm64 alpine-based image (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
csmig authored Jan 16, 2025
1 parent 620df1a commit 08af0be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pub-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # pin@v3
with:
context: .
platforms: linux/amd64,linux/arm64
file: ./Dockerfile
push: true
build-args: |
Expand Down Expand Up @@ -171,6 +172,7 @@ jobs:
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # pin@v3
with:
context: .
platforms: linux/amd64
file: ./Dockerfile
push: true
build-args: |
Expand Down

0 comments on commit 08af0be

Please sign in to comment.