Skip to content

Commit

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

Add multi platform build
  • Loading branch information
krisgeus authored Jun 9, 2023
2 parents 079b996 + b8bd752 commit 73ca8b5
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 @@ -123,7 +123,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/arm/v8,linux/arm64
platforms: linux/amd64,linux/arm64/v8,linux/arm64

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

0 comments on commit 73ca8b5

Please sign in to comment.