Skip to content

Commit

Permalink
Merge pull request #84 from scalecube/feature/enable-arm64
Browse files Browse the repository at this point in the history
set multi-platform docker build (arm64 arch support)
  • Loading branch information
nicolaicinali authored Oct 29, 2024
2 parents 23bf48f + c2e642b commit 9052e89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ${{ github.repository }}/robokit
username: ${{ github.actor }}
password: ${{ github.token }}
registry: ghcr.io
platforms: linux/amd64,linux/arm64

robokit-deploy:
needs: build
Expand Down

0 comments on commit 9052e89

Please sign in to comment.