Skip to content

Commit

Permalink
Added support for both v7 and v8 arm64 images
Browse files Browse the repository at this point in the history
  • Loading branch information
ironhalik committed Aug 9, 2023
1 parent 7fa759d commit 58935cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64/v7,linux/arm64/v8
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 58935cb

Please sign in to comment.