diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dda58cb..c1f2522 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,12 +27,16 @@ jobs: uses: https://github.com/actions/checkout@v4 - name: Apply patches + run: ./runtime-patches.sh + + - name: Install dependencies run: | - ./runtime-patches.sh + sudo apt-get update && + sudo apt-get 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