Skip to content

Commit c749d27

Browse files
authored
Allow install binaries for the arm64 in the envtest (#2188)
Signed-off-by: Yuki Iwai <[email protected]>
1 parent e69235d commit c749d27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
# Detail: `setup-envtest list --arch amd64`
66+
# Detail: `setup-envtest list`
6767
kubernetes-version: ["1.25.0", "1.26.1", "1.27.1"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ TEST_TENSORFLOW_EVENT_FILE_PATH ?= $(CURDIR)/test/unit/v1beta1/metricscollector/
1919
# Run tests
2020
.PHONY: test
2121
test: envtest
22-
KUBEBUILDER_ASSETS="$(shell setup-envtest --arch=amd64 use $(ENVTEST_K8S_VERSION) -p path)" go test ./pkg/... ./cmd/... -coverprofile coverage.out
22+
KUBEBUILDER_ASSETS="$(shell setup-envtest use $(ENVTEST_K8S_VERSION) -p path)" go test ./pkg/... ./cmd/... -coverprofile coverage.out
2323

2424
envtest:
2525
ifndef HAS_SETUP_ENVTEST

0 commit comments

Comments
 (0)