Skip to content

Commit 6c74b94

Browse files
authored
Fix the bazel build release image (#1117)
1 parent 5ce5556 commit 6c74b94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ oci_pull(
123123
name = "redhat_ubi_minimal",
124124
platforms = [
125125
"linux/amd64",
126-
"linux/arm64",
126+
"linux/arm64/v8"
127127
],
128128
registry = "registry.access.redhat.com",
129129
repository = "ubi8/ubi-minimal",

cmd/cockroach-operator/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ oci_image(
8282
oci_image(
8383
name = "cockroach_image_linux_arm64",
8484
# References container_pull from WORKSPACE
85-
base = "@redhat_ubi_minimal_linux_arm64",
85+
base = "@redhat_ubi_minimal_linux_arm64_v8",
8686
entrypoint = ["./cockroach-operator"],
8787
labels = ":labels",
8888
tars = [

0 commit comments

Comments
 (0)