-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package qemu no longer exists, but only qemu-user-static was required. Also add support for RaspberryPi 5 emulation with cpu_info and cortex-a76 which is supported by qemu version available with ubuntu 24.04. Signed-off-by: Paul Guyot <[email protected]>
- Loading branch information
Showing
5 changed files
with
89 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Test runner images | ||
on: | ||
push: | ||
branches: | ||
- 'main' | ||
- 'releases/**' | ||
pull_request: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ${{ matrix.runner }} | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
runner: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04", "ubuntu-latest"] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: ./ # pguyot/arm-runner-action@HEAD | ||
with: | ||
commands: | | ||
test `uname -m` = 'armv6l' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
processor : 0 | ||
BogoMIPS : 108.00 | ||
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp | ||
CPU implementer : 0x41 | ||
CPU architecture: 8 | ||
CPU variant : 0x4 | ||
CPU part : 0xd0b | ||
CPU revision : 1 | ||
|
||
processor : 1 | ||
BogoMIPS : 108.00 | ||
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp | ||
CPU implementer : 0x41 | ||
CPU architecture: 8 | ||
CPU variant : 0x4 | ||
CPU part : 0xd0b | ||
CPU revision : 1 | ||
|
||
processor : 2 | ||
BogoMIPS : 108.00 | ||
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp | ||
CPU implementer : 0x41 | ||
CPU architecture: 8 | ||
CPU variant : 0x4 | ||
CPU part : 0xd0b | ||
CPU revision : 1 | ||
|
||
processor : 3 | ||
BogoMIPS : 108.00 | ||
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp | ||
CPU implementer : 0x41 | ||
CPU architecture: 8 | ||
CPU variant : 0x4 | ||
CPU part : 0xd0b | ||
CPU revision : 1 | ||
|
||
Hardware : BCM2835 | ||
Revision : d04170 | ||
Serial : 6769746875620050 | ||
Model : Raspberry Pi 5 Model B Rev 1.0 |