fix image size
re-order scripts
This commit is contained in:
3
.github/workflows/r1s_lean_h3.yml
vendored
3
.github/workflows/r1s_lean_h3.yml
vendored
@@ -64,9 +64,6 @@ jobs:
|
||||
- name: Build FriendlyWrt
|
||||
run: . 4_build_image.sh friendlywrt-h3 nanopi_r1s_h3.mk
|
||||
|
||||
- name: Zip Files
|
||||
run: |
|
||||
gzip friendlywrt-h3/out/*.img
|
||||
- name: Assemble Artifact
|
||||
id: assemble_artifact
|
||||
run: |
|
||||
|
||||
2
.github/workflows/r1s_lienol.yml
vendored
2
.github/workflows/r1s_lienol.yml
vendored
@@ -48,13 +48,13 @@ jobs:
|
||||
|
||||
- name: Mods
|
||||
run: |
|
||||
git config --local user.email "action@github.com" && git config --local user.name "GitHub Action"
|
||||
cd friendlywrt-h5
|
||||
. ../remove_unused_config.sh
|
||||
cat ../app_config.seed >> configs/config_h5
|
||||
#echo '# CONFIG_V2RAY_COMPRESS_UPX is not set' >> configs/config_h5
|
||||
sed -i '/docker/Id;/containerd/Id;/runc/Id;/iptparser/Id' configs/config_h5 #fix compile error
|
||||
cd friendlywrt
|
||||
git config --local user.email "action@github.com" && git config --local user.name "GitHub Action"
|
||||
git remote add upstream https://github.com/Lienol/openwrt && git fetch upstream
|
||||
git checkout upstream/dev-19.07 -b tmp
|
||||
git mv README.md README && git commit -m 'undo rename readme for rebasing'
|
||||
|
||||
2
.github/workflows/r2s_lienol.yml
vendored
2
.github/workflows/r2s_lienol.yml
vendored
@@ -52,6 +52,7 @@ jobs:
|
||||
|
||||
- name: Mods
|
||||
run: |
|
||||
git config --local user.email "action@github.com" && git config --local user.name "GitHub Action"
|
||||
cd friendlywrt-rk3328
|
||||
. ../remove_unused_config.sh
|
||||
cat configs/config_rk3328 | grep "TARGET" >> ../base_rk3328.seed
|
||||
@@ -59,7 +60,6 @@ jobs:
|
||||
cat ../base_rk3328.seed > configs/config_rk3328
|
||||
echo 'CONFIG_KERNEL_CGROUPS=y' >> configs/config_rk3328
|
||||
cd friendlywrt
|
||||
git config --local user.email "action@github.com" && git config --local user.name "GitHub Action"
|
||||
git remote add upstream https://github.com/Lienol/openwrt && git fetch upstream
|
||||
git checkout upstream/dev-19.07 -b tmp
|
||||
git mv README.md README && git commit -m 'undo rename readme for rebasing'
|
||||
|
||||
Reference in New Issue
Block a user