Skip to content

Commit

Permalink
build px4 update container for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoSairiala committed May 7, 2024
1 parent 1700392 commit 9ad93a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tiiuae-pixhawk-and-saluki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ jobs:
with:
path: px4-firmware
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Download pixhawk artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -195,6 +201,8 @@ jobs:
with:
push: true
context: .
# build for x86 and arm64
platforms: linux/amd64,linux/arm64
file: px4-firmware/Tools/px_uploader.Dockerfile
tags: ${{ steps.containermeta.outputs.tags }}
labels: ${{ steps.containermeta.outputs.labels }}
Expand Down

0 comments on commit 9ad93a2

Please sign in to comment.