Skip to content

Commit 383290f

Browse files
praveenkumaranjannath
authored andcommitted
Add openshift preset bundle download link for M1
As of now we are adding gcp bundle uri which should be updated once we have this bundle sync with the mirror.
1 parent 6a4fbb2 commit 383290f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/crc/machine/bundle/constants.go

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ var bundleLocations = map[string]bundlesDownloadInfo{
2929
},
3030
"arm64": {
3131
"darwin": {
32+
preset.OpenShift: download.NewRemoteFile("https://storage.googleapis.com/crc-bundle-github-ci/crc_vfkit_4.10.23_arm64.crcbundle",
33+
"1cd0f693dffc212ae94bca6e3b033897c3fd8546f1fb2bb2425bc8033ea9cee1"),
3234
preset.Podman: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/podman/4.1.0/crc_podman_vfkit_4.1.0_arm64.crcbundle",
3335
"6674c016591ee56451741de754b14b754aaaf1a981e4a1fa922c238353988e9a"),
3436
},

0 commit comments

Comments
 (0)