File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ inputs:
1010runs :
1111 using : " composite"
1212 steps :
13- - name : Install ARM cross-compilation tools
14- shell : bash
15- if : inputs.install-arm == 'true'
16- run : sudo apt-get update && sudo apt-get install --assume-yes --no-install-recommends g++-aarch64-linux-gnu
17-
1813 - name : Install rust
1914 shell : bash
2015 run : |
Original file line number Diff line number Diff line change 1919
2020 name : build (${{ matrix.target.arch }} ${{ matrix.target.name }})
2121 runs-on : ubuntu-24.04
22+ container : ghcr.io/${{ github.repository }}/ubuntu-aarch64:24.04
2223
2324 steps :
2425 - name : Checkout repository
Original file line number Diff line number Diff line change 2424
2525 name : build (${{ matrix.target.arch }} ${{ matrix.target.name }})
2626 runs-on : ubuntu-24.04
27+ container : ghcr.io/${{ github.repository }}/ubuntu-aarch64:24.04
2728
2829 steps :
2930 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments