Build inside docker
Some checks failed
Build images / Build images (push) Failing after -2m8s

This commit is contained in:
Cory Sanin 2025-04-27 20:57:18 -05:00
parent d950f44324
commit 1c871c0271

View File

@ -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