We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce5556 commit 6c74b94Copy full SHA for 6c74b94
WORKSPACE
@@ -123,7 +123,7 @@ oci_pull(
123
name = "redhat_ubi_minimal",
124
platforms = [
125
"linux/amd64",
126
- "linux/arm64",
+ "linux/arm64/v8"
127
],
128
registry = "registry.access.redhat.com",
129
repository = "ubi8/ubi-minimal",
cmd/cockroach-operator/BUILD.bazel
@@ -82,7 +82,7 @@ oci_image(
82
oci_image(
83
name = "cockroach_image_linux_arm64",
84
# References container_pull from WORKSPACE
85
- base = "@redhat_ubi_minimal_linux_arm64",
+ base = "@redhat_ubi_minimal_linux_arm64_v8",
86
entrypoint = ["./cockroach-operator"],
87
labels = ":labels",
88
tars = [
0 commit comments