Skip to content

Commit

Permalink
Add arch info to bundle path var for integration target
Browse files Browse the repository at this point in the history
  • Loading branch information
jsliacan authored and praveenkumar committed Aug 8, 2022
1 parent b178aa4 commit eafc3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ ifndef PULL_SECRET_PATH
export PULL_SECRET_PATH = $(HOME)/Downloads/crc-pull-secret
endif
ifndef BUNDLE_PATH
export BUNDLE_PATH = $(HOME)/Downloads/crc_libvirt_$(OPENSHIFT_VERSION).$(BUNDLE_EXTENSION)
export BUNDLE_PATH = $(HOME)/Downloads/crc_libvirt_$(OPENSHIFT_VERSION)_$(GOARCH).$(BUNDLE_EXTENSION)
endif
integration:
@go test -timeout=60m $(REPOPATH)/test/integration -v
Expand Down

0 comments on commit eafc3be

Please sign in to comment.