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

This commit is contained in:
Cory Sanin 2025-04-27 20:54:50 -05:00
parent d950f44324
commit ca7f890783

View File

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