Skip to content

Commit

Permalink
building for ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Aug 9, 2023
1 parent 3d163fb commit 7c4693a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
platforms: linux/amd64 #, linux/arm64
platforms: linux/amd64, linux/arm64
push: true
build-args: |
MICRO_XRCE_DDS_AGENT_RELEASE=${{ env.MICRO_XRCE_DDS_AGENT_RELEASE }}
Expand Down

0 comments on commit 7c4693a

Please sign in to comment.