Skip to content

Commit

Permalink
ci: build multiarch (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Mar 24, 2023
1 parent 7d605a6 commit bb67625
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
with:
command: docker-builder
image-prefix: ${{ env.OWNER }}
platforms: linux/amd64,linux/arm64
last-only: true
major-minor: false
dry-run: ${{ env.DRY_RUN }}
Expand All @@ -51,6 +52,7 @@ jobs:
with:
command: docker-builder
image-prefix: ghcr.io/${{ env.OWNER }}
platforms: linux/amd64,linux/arm64
last-only: true
major-minor: false
dry-run: ${{ env.DRY_RUN }}
Expand Down

0 comments on commit bb67625

Please sign in to comment.