Skip to content

Commit

Permalink
add arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
BretFisher authored May 2, 2023
1 parent 591f9f1 commit 6beac2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/call-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
dockerhub-enable: false
ghcr-enable: true
push: true
platforms: linux/amd64,linux/arm64
image-names: |
ghcr.io/${{ github.repository }}
Expand All @@ -57,6 +58,7 @@
dockerhub-enable: true
ghcr-enable: true
push: true
platforms: linux/amd64,linux/arm64
image-names: |
docker.io/${{ github.repository }}
ghcr.io/${{ github.repository }}
Expand Down

0 comments on commit 6beac2a

Please sign in to comment.