Skip to content

Commit

Permalink
Merge branch 'fix_ci_aarch64' of github.com:rolalaro/visp into fix_ci…
Browse files Browse the repository at this point in the history
…_aarch64
  • Loading branch information
LAGNEAU Romain committed Feb 5, 2025
2 parents 7064867 + 0484f80 commit af05343
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/other-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: false
build-other-architectures:
# The host should always be linux
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Build on ${{ matrix.distro }} ${{ matrix.arch }} ${{ matrix.endianness }}

# Run steps on a matrix of 3 arch/distro combinations
Expand All @@ -35,14 +35,14 @@ jobs:
# distro: ubuntu20.04
# target: ARMV7
- arch: aarch64
distro: ubuntu:latest
distro: ubuntu2204
target: ARMV8
endianness: (Little Endian)
# - arch: ppc64le
# distro: ubuntu20.04
# target: POWER8
- arch: s390x
distro: ubuntu:latest
distro: ubuntu2204
target: Z13
endianness: (Big Endian)

Expand Down

0 comments on commit af05343

Please sign in to comment.