Skip to content

Commit

Permalink
add linux/arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat committed Oct 9, 2024
1 parent f03e987 commit 2d958dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
uses: mobilecoinofficial/gh-actions/checkout@v0

- name: Build/Publish Image
uses: mobilecoinofficial/gh-actions/docker@v0
uses: mobilecoinofficial/gh-actions/docker@90b484a85e921fd78c596dbafa3225d9ba77b7d4
with:
dockerfile: ./Dockerfile
emulation: 'true'
flavor: latest=true
images: mobilecoin/gha-runner
platforms: linux/amd64,linux/arm64
password: ${{ secrets.DOCKERHUB_TOKEN }}
push: ${{ github.event_name == 'pull_request' && 'false' || 'true' }}
tags: |
Expand Down

0 comments on commit 2d958dc

Please sign in to comment.