Skip to content

Commit bbebd81

Browse files
add clash final
1 parent 159e6d8 commit bbebd81

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/build_image_all.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
remove-docker-images: 'true'
3131

3232
- name: Checkout
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v4
3434
with:
3535
fetch-depth: 0
3636

@@ -69,7 +69,6 @@ jobs:
6969
run:
7070
shell: bash
7171
steps:
72-
# - uses: actions/checkout@v3
7372

7473
- name: Install golang
7574
run: |
@@ -145,7 +144,7 @@ jobs:
145144
run:
146145
shell: bash
147146
steps:
148-
- uses: actions/checkout@v3
147+
- uses: actions/checkout@v4
149148
- name: Run Make
150149
run: |
151150
export VOLUME_HOME=$(pwd)
@@ -181,7 +180,7 @@ jobs:
181180
run:
182181
shell: bash
183182
steps:
184-
- uses: actions/checkout@v3
183+
- uses: actions/checkout@v4
185184
- name: Run Make
186185
run: |
187186
export VOLUME_HOME=$(pwd)
@@ -231,7 +230,7 @@ jobs:
231230
remove-docker-images: 'true'
232231

233232
- name: Checkout
234-
uses: actions/checkout@v2
233+
uses: actions/checkout@v4
235234
with:
236235
fetch-depth: 0
237236

build_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sudo -u $BUILDER sed -i "s/CONFIG_TARGET_ROOTFS_PARTSIZE=[0-9]\+/CONFIG_TARGET_R
1616
echo $PROFILE
1717
sudo -u $BUILDER make image PROFILE=$PROFILE PACKAGES="$PACKAGES packages/mypackages/*"
1818
tree bin/targets
19-
if [ "$ARCH" == "x86_64" ]; then
19+
if [ "$ARCH" == "x86-64" ]; then
2020
cp bin/targets/x86/64/* /openwrt_output/
2121
elif [ "$ARCH" == "rockchip-armv8" ]; then
2222
cp bin/targets/rockchip/armv8/* /openwrt_output/

0 commit comments

Comments
 (0)