m/n/c/abloader: fix duplicate build
Previously, the abloader was built twice with different
@io_bazel_rules_go//go/config:static setting.
Change-Id: I41ebac22613b895fe85f14367bdf0f31c817cafe
Reviewed-on: https://review.monogon.dev/c/monogon/+/4163
Tested-by: Jenkins CI
Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
diff --git a/cloud/agent/install.go b/cloud/agent/install.go
index 0693595..a59664e 100644
--- a/cloud/agent/install.go
+++ b/cloud/agent/install.go
@@ -27,7 +27,7 @@
"source.monogon.dev/osbase/supervisor"
)
-//go:embed metropolis/node/core/abloader/abloader.efi
+//go:embed metropolis/node/core/abloader/abloader_bin.efi
var abloader []byte
// install dispatches OSInstallationRequests to the appropriate installer