Skip to content

Commit

Permalink
added arm64 platform to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ploedige committed Aug 26, 2024
1 parent c3059b4 commit 64cb989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
with:
platforms: linux/amd64,linux/arm64
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}, ghcr.io/ka-raceing/ros-docker:latest
Expand Down

0 comments on commit 64cb989

Please sign in to comment.