File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 generate-matrix :
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-24.04-arm
1717 outputs :
1818 matrix : ${{ steps.set-matrix.outputs.matrix }}
1919 steps :
2525 run : echo "matrix=$( python3 gen_data/gen-suite-matrix.py )" >> $GITHUB_OUTPUT
2626
2727 suite-build :
28- runs-on : ubuntu-latest
28+ runs-on : ubuntu-24.04-arm
2929 needs : generate-matrix
3030 strategy :
3131 max-parallel : 10
5252 path : fs-cook/out/${{ matrix.suite }}-${{ matrix.variant }}-**.tar.gz
5353
5454 create-release :
55- runs-on : ubuntu-latest
55+ runs-on : ubuntu-24.04-arm
5656
5757 needs : suite-build
5858
Original file line number Diff line number Diff line change 5656
5757# set up pv
5858lshout " Setting up pv..."
59- cp $ROOT_DIR /core/pv/pv-${t_arch} .deb $chroot_dir
60- run_cmd " dpkg -i /pv-${t_arch} .deb"
61- run_cmd " rm /pv-${t_arch} .deb"
59+ run_cmd " apt update"
60+ run_cmd " apt install pv -y"
6261
6362# clean any archive if exits
6463apt-get clean
You can’t perform that action at this time.
0 commit comments