We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c34eb commit 4a67724Copy full SHA for 4a67724
.github/workflows/ci-aarch64.yml
@@ -31,9 +31,9 @@ jobs:
31
run: |
32
set -xeuo pipefail
33
output=$(sudo podman run --rm -ti localhost/bootupd:latest bootupctl status | tr -d '\r')
34
- [ "Available components: BIOS EFI" == "${output}" ]
+ [ "Available components: EFI" == "${output}" ]
35
output=$(sudo podman run --rm -ti localhost/bootupd:latest bootupctl status --json)
36
- [ '{"components":["BIOS","EFI"]}' == "${output}" ]
+ [ '{"components":["EFI"]}' == "${output}" ]
37
- name: bootc install to disk
38
39
0 commit comments