diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e4531a..97f7022 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,12 @@ jobs: export PATH=$(readlink -f ./gcc-*arm-none*/bin/):$PATH RPI=2 bash -ex build.sh cp ./src/kernel*.img ./kernels/ + - name: Build for Raspberry Pi 1 + run: | + set -ex + export PATH=$(readlink -f ./gcc-*arm-none*/bin/):$PATH + RPI=1 bash -ex build.sh + cp ./src/kernel*.img ./kernels/ - name: Get Raspberry Pi boot files run: | set -ex