This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Initialize
|
- name: Initialize
|
||||||
run: |
|
run: |
|
||||||
pacman -Syuu --noconfirm base-devel archiso docker git nodejs
|
pacman -Syuu --noconfirm base-devel archiso docker git nodejs bc
|
||||||
git clone https://gitlab.archlinux.org/archlinux/archiso
|
git clone https://gitlab.archlinux.org/archlinux/archiso
|
||||||
cp -rf ./cfg/profiledef.sh /usr/share/archiso/configs/releng/
|
cp -rf ./cfg/profiledef.sh /usr/share/archiso/configs/releng/
|
||||||
cp -rf ./cfg/profiledef.sh ./archiso/configs/releng/profiledef.sh
|
cp -rf ./cfg/profiledef.sh ./archiso/configs/releng/profiledef.sh
|
||||||
|
12
README.md
12
README.md
@ -80,6 +80,18 @@ Copying blob c7e55fecf0be [====================>-----------------] 917.4MiB / 1.
|
|||||||
|
|
||||||
stop
|
stop
|
||||||
|
|
||||||
|
```sh
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 * * *"
|
||||||
|
```
|
||||||
|
|
||||||
|
## update action
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ vim build.zszh
|
||||||
|
$ ./scpt/gh-actions.zsh
|
||||||
|
```
|
||||||
|
|
||||||
## link
|
## link
|
||||||
|
|
||||||
- https://git.syui.ai/ai/os
|
- https://git.syui.ai/ai/os
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
pacman -Syuu --noconfirm base-devel archiso docker git nodejs
|
pacman -Syuu --noconfirm base-devel archiso docker git nodejs bc
|
||||||
git clone https://gitlab.archlinux.org/archlinux/archiso
|
git clone https://gitlab.archlinux.org/archlinux/archiso
|
||||||
cp -rf ./cfg/profiledef.sh /usr/share/archiso/configs/releng/
|
cp -rf ./cfg/profiledef.sh /usr/share/archiso/configs/releng/
|
||||||
cp -rf ./cfg/profiledef.sh ./archiso/configs/releng/profiledef.sh
|
cp -rf ./cfg/profiledef.sh ./archiso/configs/releng/profiledef.sh
|
||||||
|
@ -4,8 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule:
|
|
||||||
- cron: "0 0 * * *"
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@ -28,7 +26,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Initialize
|
- name: Initialize
|
||||||
run: |
|
run: |
|
||||||
pacman -Syuu --noconfirm base-devel archiso docker git nodejs
|
pacman -Syuu --noconfirm base-devel archiso docker git nodejs bc
|
||||||
git clone https://gitlab.archlinux.org/archlinux/archiso
|
git clone https://gitlab.archlinux.org/archlinux/archiso
|
||||||
cp -rf ./cfg/profiledef.sh /usr/share/archiso/configs/releng/
|
cp -rf ./cfg/profiledef.sh /usr/share/archiso/configs/releng/
|
||||||
cp -rf ./cfg/profiledef.sh ./archiso/configs/releng/profiledef.sh
|
cp -rf ./cfg/profiledef.sh ./archiso/configs/releng/profiledef.sh
|
||||||
|
@ -9,8 +9,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule:
|
|
||||||
- cron: "0 0 * * *"
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@ -69,3 +67,5 @@ echo '#!/bin/zsh' >! $dd/build.zsh
|
|||||||
echo $yml_b >> $dd/build.zsh
|
echo $yml_b >> $dd/build.zsh
|
||||||
cat $dd/build.zsh
|
cat $dd/build.zsh
|
||||||
|
|
||||||
|
cp -rf $dd/cfg/gh-actions.yml $dd/.github/workflows/release.yml
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user