Skip to content

Commit 271afc8

Browse files
d-e-s-odanielocfb
authored andcommitted
Make ARM builds optional in CI
Ubuntu can't get their act together and provide reliably accessible servers. Make the repeatedly failing jobs optional for the time being. Signed-off-by: Daniel Müller <[email protected]>
1 parent ef9245a commit 271afc8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ jobs:
152152
build-aarch64:
153153
name: Build for aarch64
154154
runs-on: ubuntu-latest
155+
# Make this job optional until Ubuntu gets their act together and
156+
# provides usable infrastructure.
157+
continue-on-error: true
155158
steps:
156159
- uses: actions/checkout@v4
157160
- name: Add apt sources for arm64
@@ -180,6 +183,9 @@ jobs:
180183
build-armhf:
181184
name: Build for aarch32
182185
runs-on: ubuntu-latest
186+
# Make this job optional until Ubuntu gets their act together and
187+
# provides usable infrastructure.
188+
continue-on-error: true
183189
steps:
184190
- uses: actions/checkout@v4
185191
- name: Add apt sources for armhf

0 commit comments

Comments
 (0)