Skip to content

Commit

Permalink
set image_platform to arm64 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed May 6, 2024
1 parent 3866e2e commit d1e4817
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/call-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ jobs:
uses: docker/setup-qemu-action@v2
with:
platforms: amd64,arm64
-
name: Set up Docker Buildx
id: setup-buildx
uses: docker/setup-buildx-action@v2
with:
driver-opts: |
image=moby/buildkit:master
-
name: Log in to registry
id: registry-login
Expand Down

0 comments on commit d1e4817

Please sign in to comment.