Skip to content

Commit

Permalink
Merge pull request #24 from mobilecoinofficial/multi-arch
Browse files Browse the repository at this point in the history
add linux/arm64 builds
  • Loading branch information
jgreat authored Oct 9, 2024
2 parents f03e987 + e288ac3 commit 3dfc0d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
uses: mobilecoinofficial/gh-actions/docker@v0
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 3dfc0d0

Please sign in to comment.