This commit is contained in:
parent
d950f44324
commit
0106721c51
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -30,9 +30,15 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
./runtime-patches.sh
|
./runtime-patches.sh
|
||||||
|
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
id: buildx
|
||||||
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
|
with:
|
||||||
|
install: true
|
||||||
|
|
||||||
- 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