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 30
30
remove-docker-images : ' true'
31
31
32
32
- name : Checkout
33
- uses : actions/checkout@v2
33
+ uses : actions/checkout@v4
34
34
with :
35
35
fetch-depth : 0
36
36
69
69
run :
70
70
shell : bash
71
71
steps :
72
- # - uses: actions/checkout@v3
73
72
74
73
- name : Install golang
75
74
run : |
@@ -145,7 +144,7 @@ jobs:
145
144
run :
146
145
shell : bash
147
146
steps :
148
- - uses : actions/checkout@v3
147
+ - uses : actions/checkout@v4
149
148
- name : Run Make
150
149
run : |
151
150
export VOLUME_HOME=$(pwd)
@@ -181,7 +180,7 @@ jobs:
181
180
run :
182
181
shell : bash
183
182
steps :
184
- - uses : actions/checkout@v3
183
+ - uses : actions/checkout@v4
185
184
- name : Run Make
186
185
run : |
187
186
export VOLUME_HOME=$(pwd)
@@ -231,7 +230,7 @@ jobs:
231
230
remove-docker-images : ' true'
232
231
233
232
- name : Checkout
234
- uses : actions/checkout@v2
233
+ uses : actions/checkout@v4
235
234
with :
236
235
fetch-depth : 0
237
236
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ sudo -u $BUILDER sed -i "s/CONFIG_TARGET_ROOTFS_PARTSIZE=[0-9]\+/CONFIG_TARGET_R
16
16
echo $PROFILE
17
17
sudo -u $BUILDER make image PROFILE=$PROFILE PACKAGES=" $PACKAGES packages/mypackages/*"
18
18
tree bin/targets
19
- if [ " $ARCH " == " x86_64 " ]; then
19
+ if [ " $ARCH " == " x86-64 " ]; then
20
20
cp bin/targets/x86/64/* /openwrt_output/
21
21
elif [ " $ARCH " == " rockchip-armv8" ]; then
22
22
cp bin/targets/rockchip/armv8/* /openwrt_output/
You can’t perform that action at this time.
0 commit comments