mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-18 21:38:40 +03:00
Build for aarch64-linux using qemu
This commit is contained in:
parent
a2d874d058
commit
b91f3834ba
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
|
@ -14,9 +14,13 @@ jobs:
|
||||||
- dashing
|
- dashing
|
||||||
- eloquent
|
- eloquent
|
||||||
- foxy
|
- foxy
|
||||||
|
system:
|
||||||
|
- x86_64-linux
|
||||||
|
- aarch64-linux
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: cachix/install-nix-action@v12
|
- uses: cachix/install-nix-action@v12
|
||||||
|
- uses: docker/setup-qemu-action@v1
|
||||||
- uses: cachix/cachix-action@v8
|
- uses: cachix/cachix-action@v8
|
||||||
with:
|
with:
|
||||||
name: ros
|
name: ros
|
||||||
|
@ -33,3 +37,4 @@ jobs:
|
||||||
- uses: ./.github/actions/nix-ros-build-action
|
- uses: ./.github/actions/nix-ros-build-action
|
||||||
with:
|
with:
|
||||||
root-attribute: '${{ matrix.distro }}'
|
root-attribute: '${{ matrix.distro }}'
|
||||||
|
system: '${{ matrix.system }}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue