From 0106721c51848c59890ff6ae39b29c650f7f6284 Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Sun, 27 Apr 2025 20:51:41 -0500 Subject: [PATCH] Build inside docker --- .github/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dda58cb..6cc56ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,10 +29,16 @@ jobs: - name: Apply patches run: | ./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 run: | - ./build.sh && + ./build-docker.sh && mv *-arm64-standalone.img showpieceos-arm64-standalone.img && mv *-arm64-client.img showpieceos-arm64-client.img