Skip to content

Commit

Permalink
Enable multi-arch
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Nov 14, 2023
1 parent 36efb57 commit ff8542e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ jobs:
context: .
file: ./Dockerfile
tags: ${{ steps.info.outputs.tags_csv }}
# if non-x86_84 architectures are supported, add them here
platforms: linux/amd64 #,linux/arm64,linux/ppc64le
platforms: linux/amd64,linux/arm64,linux/ppc64le
push: ${{ steps.info.outputs.push }}
cache-to: type=gha,mode=max

Expand Down

0 comments on commit ff8542e

Please # to comment.