| commit | 4b8882699a307857c52e2faa3d4dfa544b188cd1 | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Tue May 13 09:12:03 2025 +0000 |
| committer | Jan Schär <jan@monogon.tech> | Mon Jun 16 15:41:59 2025 +0000 |
| tree | c6fcc0c145d95d9b5b86feb27a655c040f9dd8af | |
| parent | b86917b2bdb755de8106aea08841c914d52d3347 [diff] [blame] |
treewide: use architecture-specific UEFI boot path The default UEFI boot path depends on the architecture. This change is needed for aarch64 support. Change-Id: I69916ac5063e963b67ecdcdd814b0678c61da9fb Reviewed-on: https://review.monogon.dev/c/monogon/+/4195 Reviewed-by: Tim Windelschmidt <tim@monogon.tech> Tested-by: Jenkins CI
diff --git a/metropolis/installer/test/BUILD.bazel b/metropolis/installer/test/BUILD.bazel index 903f46e..d68f78a 100644 --- a/metropolis/installer/test/BUILD.bazel +++ b/metropolis/installer/test/BUILD.bazel
@@ -25,6 +25,7 @@ "//osbase/build/mkimage/osimage", "//osbase/cmd", "//osbase/oci", + "//osbase/oci/osimage", "//osbase/structfs", "@com_github_diskfs_go_diskfs//:go-diskfs", "@com_github_diskfs_go_diskfs//disk",