Skip to content

Commit

Permalink
Merge pull request #12 from godatadriven-dockerhub/kg/setup-buildx-fo…
Browse files Browse the repository at this point in the history
…r-multi-platform-with-right-platforms-without-prov2

Add multi platform build
  • Loading branch information
krisgeus authored Jun 9, 2023
2 parents 49acf45 + ee3e4c9 commit ded14b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
org.opencontainers.image.source=${{ github.event.repository.clone_url }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.revision=${{ github.sha }}
platforms: linux/amd64,linux/arm64/v8,linux/arm64
platforms: linux/amd64,linux/arm64

- name: Report Status
if: always() && github.ref == 'refs/heads/master'
Expand Down

0 comments on commit ded14b9

Please sign in to comment.