Skip to content

Commit

Permalink
Revert "Make ARM builds optional in CI"
Browse files Browse the repository at this point in the history
We just fixed out Arm tests with commit 2ce4954 ("Downgrade Ubuntu
version for Arm testing"). Hence, there is no need for said tests to be
optional anymore. Revert the commit making them so.

This reverts commit 271afc8.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o authored and danielocfb committed Jan 16, 2025
1 parent 7fa90e6 commit d1fedf4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ jobs:
build-aarch64:
name: Build for aarch64
runs-on: ubuntu-22.04
# Make this job optional until Ubuntu gets their act together and
# provides usable infrastructure.
continue-on-error: true
steps:
- uses: actions/checkout@v4
- name: Add apt sources for arm64
Expand Down Expand Up @@ -185,9 +182,6 @@ jobs:
build-armhf:
name: Build for aarch32
runs-on: ubuntu-22.04
# Make this job optional until Ubuntu gets their act together and
# provides usable infrastructure.
continue-on-error: true
steps:
- uses: actions/checkout@v4
- name: Add apt sources for armhf
Expand Down

0 comments on commit d1fedf4

Please sign in to comment.