Skip to content

Commit 4c52882

Browse files
committed
fix: adds arch to lint testing
1 parent 54e2eef commit 4c52882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
devbox run -- \
232232
kind load docker-image \
233233
--name "${KIND_CLUSTER_NAME}" \
234-
"ko.local/cluster-api-runtime-extensions-nutanix:$(devbox run -- gojq -r .version dist/metadata.json)" \
234+
"ko.local/cluster-api-runtime-extensions-nutanix:$(devbox run -- gojq -r .version dist/metadata.json)-$(devbox run -- go env GOARCH)" \
235235
"ghcr.io/nutanix-cloud-native/caren-helm-reg:$(devbox run -- gojq -r .version dist/metadata.json)-$(devbox run -- go env GOARCH)"
236236
237237
- if: steps.list-changed.outputs.changed == 'true'

0 commit comments

Comments
 (0)