From ca7f8907837836d42f4bfaff1690332c199c4cba Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Sun, 27 Apr 2025 20:54:50 -0500 Subject: [PATCH] Build inside docker --- .github/workflows/build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dda58cb..a588931 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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