Skip to content

Commit

Permalink
Add openshift preset bundle download link for M1
Browse files Browse the repository at this point in the history
As of now we are adding gcp bundle uri which should be updated once
we have this bundle sync with the mirror.
  • Loading branch information
praveenkumar authored and anjannath committed Aug 5, 2022
1 parent 6a4fbb2 commit 383290f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/crc/machine/bundle/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ var bundleLocations = map[string]bundlesDownloadInfo{
},
"arm64": {
"darwin": {
preset.OpenShift: download.NewRemoteFile("https://storage.googleapis.com/crc-bundle-github-ci/crc_vfkit_4.10.23_arm64.crcbundle",
"1cd0f693dffc212ae94bca6e3b033897c3fd8546f1fb2bb2425bc8033ea9cee1"),
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",
"6674c016591ee56451741de754b14b754aaaf1a981e4a1fa922c238353988e9a"),
},
Expand Down

0 comments on commit 383290f

Please sign in to comment.