Skip to content

Commit

Permalink
Merge branch 'bugfix/aarch64-fedora-ci' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Aug 19, 2024
2 parents fda1850 + ab59388 commit 9791ed5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci_linux_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
include:
- arch: aarch64
distro: ubuntu_latest
- arch: aarch64
distro: fedora_latest
#- arch: aarch64
# distro: fedora_latest
- arch: armv7
distro: archarm_latest

Expand All @@ -28,8 +28,12 @@ jobs:
uses: uraimo/run-on-arch-action@v2
with:
arch: ${{matrix.arch}}

distro: ${{matrix.distro}}
githubToken: ${{github.token}} # Not required, but speeds up builds

# Not required, but speeds up builds
githubToken: ${{github.token}}

install: |
case "${{ matrix.distro }}" in
ubuntu*)
Expand Down

0 comments on commit 9791ed5

Please sign in to comment.