File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
generate-matrix :
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-24.04-arm
17
17
outputs :
18
18
matrix : ${{ steps.set-matrix.outputs.matrix }}
19
19
steps :
25
25
run : echo "matrix=$( python3 gen_data/gen-suite-matrix.py )" >> $GITHUB_OUTPUT
26
26
27
27
suite-build :
28
- runs-on : ubuntu-latest
28
+ runs-on : ubuntu-24.04-arm
29
29
needs : generate-matrix
30
30
strategy :
31
31
max-parallel : 10
52
52
path : fs-cook/out/${{ matrix.suite }}-${{ matrix.variant }}-**.tar.gz
53
53
54
54
create-release :
55
- runs-on : ubuntu-latest
55
+ runs-on : ubuntu-24.04-arm
56
56
57
57
needs : suite-build
58
58
Original file line number Diff line number Diff line change 56
56
57
57
# set up pv
58
58
lshout " 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"
62
61
63
62
# clean any archive if exits
64
63
apt-get clean
You can’t perform that action at this time.
0 commit comments