mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update 10min-iiab-test-install-raspbian.yml
change 'target' to 'arch'
This commit is contained in:
parent
ea2dc1ae62
commit
0812cc4bc3
1 changed files with 4 additions and 4 deletions
|
@ -21,17 +21,17 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [aarch64]
|
arch: [aarch64] #[zero_raspbian, zero_raspios, zero2_raspios, aarch64]
|
||||||
include:
|
include:
|
||||||
#- target: zero_raspbian
|
#- arch: zero_raspbian
|
||||||
# cpu: arm1176
|
# cpu: arm1176
|
||||||
# cpu_info: cpuinfo/raspberrypi_zero_w
|
# cpu_info: cpuinfo/raspberrypi_zero_w
|
||||||
# base_image: raspbian_lite:latest
|
# base_image: raspbian_lite:latest
|
||||||
#- target: zero_raspios
|
#- arch: zero_raspios
|
||||||
# cpu: arm1176
|
# cpu: arm1176
|
||||||
# cpu_info: cpuinfo/raspberrypi_zero_w
|
# cpu_info: cpuinfo/raspberrypi_zero_w
|
||||||
# base_image: raspios_lite:latest
|
# base_image: raspios_lite:latest
|
||||||
#- target: zero2_raspios
|
#- arch: zero2_raspios
|
||||||
# cpu: cortex-a7
|
# cpu: cortex-a7
|
||||||
# cpu_info: cpuinfo/raspberrypi_zero2_w
|
# cpu_info: cpuinfo/raspberrypi_zero2_w
|
||||||
# base_image: raspios_lite:latest
|
# base_image: raspios_lite:latest
|
||||||
|
|
Loading…
Reference in a new issue