Skip to content

Commit e74986f

Browse files
committed
ci: temporarily remove hifiberry from ci builds
hifiberry is an aarch64 machine. Currently, the workflows are not configured to do cross-compilation. See https://discourse.nixos.org/t/nix-github-actions-aarch64/11034/4
1 parent db723b8 commit e74986f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
build:
1515
strategy:
1616
matrix:
17-
machine: [ matebook, pc, server, hifiberry ]
17+
# FIXME: add hifiberry after fixing cross-compilation
18+
machine: [ matebook, pc, server ]
1819
uses: ./.github/workflows/reusable-base.yml
1920
with:
2021
machine: ${{ matrix.machine }}

.github/workflows/update.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
needs: update
3030
strategy:
3131
matrix:
32-
machine: [ matebook, pc, server, hifiberry ]
32+
# FIXME: add hifiberry after fixing cross-compilation
33+
machine: [ matebook, pc, server ]
3334
uses: ./.github/workflows/reusable-base.yml
3435
with:
3536
machine: ${{ matrix.machine }}

0 commit comments

Comments
 (0)