We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4fbb2 commit 383290fCopy full SHA for 383290f
pkg/crc/machine/bundle/constants.go
@@ -29,6 +29,8 @@ var bundleLocations = map[string]bundlesDownloadInfo{
29
},
30
"arm64": {
31
"darwin": {
32
+ preset.OpenShift: download.NewRemoteFile("https://storage.googleapis.com/crc-bundle-github-ci/crc_vfkit_4.10.23_arm64.crcbundle",
33
+ "1cd0f693dffc212ae94bca6e3b033897c3fd8546f1fb2bb2425bc8033ea9cee1"),
34
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",
35
"6674c016591ee56451741de754b14b754aaaf1a981e4a1fa922c238353988e9a"),
36
0 commit comments