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