Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
GHA: need to run aarch64 Linux build in a container
  • Loading branch information
gaborcsardi committed Sep 23, 2024
commit b939a730a269e4b28289f5481f2e8cb1ef68a4b6
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
linux-build-aarch64:
if: ${{ github.event.inputs.inplinuxaarch64 == '' || github.event.inputs.inplinuxaarch64 == 'yes' }}
runs-on: [linux-arm64]
container: ubuntu:24.04
name: Linux build aaarch
env:
RUST_BACKTRACE: 1
Expand Down