Skip to content

Commit 4a67724

Browse files
committed
github/workflows/ci-aarch64: Only check for EFI on aarch64
1 parent 99c34eb commit 4a67724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-aarch64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
run: |
3232
set -xeuo pipefail
3333
output=$(sudo podman run --rm -ti localhost/bootupd:latest bootupctl status | tr -d '\r')
34-
[ "Available components: BIOS EFI" == "${output}" ]
34+
[ "Available components: EFI" == "${output}" ]
3535
output=$(sudo podman run --rm -ti localhost/bootupd:latest bootupctl status --json)
36-
[ '{"components":["BIOS","EFI"]}' == "${output}" ]
36+
[ '{"components":["EFI"]}' == "${output}" ]
3737
- name: bootc install to disk
3838
run: |
3939
set -xeuo pipefail

0 commit comments

Comments
 (0)