build: add more platforms

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2023-10-01 20:15:17 +02:00
parent c6f071c8d7
commit 3997efa391

View File

@ -17,7 +17,7 @@ jobs:
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y libelf-dev moreutils glibc-source libc-dev-bin build-essential sudo apt-get install -y libelf-dev moreutils glibc-source libc-dev-bin build-essential
# Build incremental # Build incremental
- name: Build image - name: Build image
@ -39,8 +39,11 @@ jobs:
make arch-apollolake-7.1 make arch-apollolake-7.1
make arch-broadwell-7.1 make arch-broadwell-7.1
make arch-broadwellnk-7.1 make arch-broadwellnk-7.1
make arch-broadwellnkv2-7.1
make arch-broadwellntbap-7.1
make arch-denverton-7.1 make arch-denverton-7.1
make arch-geminilake-7.1 make arch-geminilake-7.1
make arch-purley-7.1
make arch-r1000-7.1 make arch-r1000-7.1
make arch-v1000-7.1 make arch-v1000-7.1
exit exit