Skip to content

Commit

Permalink
💚 Set multi-arch docker images architectures to linux/amd64,linux/arm…
Browse files Browse the repository at this point in the history
…64/v8,linux/ppc64le,linux/s390x
  • Loading branch information
ujibang committed Feb 20, 2024
1 parent a4e3238 commit 36ebf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./core/
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
push: true # push all images built
pull: true # pull all required images before building
tags: softinstigate/restheart-snapshot:latest,softinstigate/restheart-snapshot:${{steps.vars.outputs.SHA}}
Expand Down

0 comments on commit 36ebf15

Please sign in to comment.