This commit is contained in:
parent
d950f44324
commit
1c871c0271
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -27,12 +27,16 @@ jobs:
|
|||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Apply patches
|
- name: Apply patches
|
||||||
|
run: ./runtime-patches.sh
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
./runtime-patches.sh
|
sudo apt-get update &&
|
||||||
|
sudo apt-get install -y qemu-user-static
|
||||||
|
|
||||||
- name: Run build process
|
- name: Run build process
|
||||||
run: |
|
run: |
|
||||||
./build.sh &&
|
./build-docker.sh &&
|
||||||
mv *-arm64-standalone.img showpieceos-arm64-standalone.img &&
|
mv *-arm64-standalone.img showpieceos-arm64-standalone.img &&
|
||||||
mv *-arm64-client.img showpieceos-arm64-client.img
|
mv *-arm64-client.img showpieceos-arm64-client.img
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user