Skip to content

Commit

Permalink
Merge pull request #11704 from zhlhahaha/kubevirt-issue-11702
Browse files Browse the repository at this point in the history
conformance: fix multi-arch image manifest issue
  • Loading branch information
kubevirt-bot committed Apr 18, 2024
2 parents 3938f85 + d657394 commit e87c122
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ container_image(
container_image(
name = "conformance_image",
testonly = True,
architecture = select({
"@io_bazel_rules_go//go/platform:linux_arm64": "arm64",
"//conditions:default": "amd64",
}),
base = ":conformance_image_base",
directory = "/usr/bin",
entrypoint = ["/usr/bin/conformance"],
Expand Down

0 comments on commit e87c122

Please sign in to comment.