File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 106106* inspektor-gadget addon: remove deleted asset (#21855 )
107107
108108## Base image versions
109+
109110* iso: bump to containerd/nerdctl 2.x (#21409 )
110111* ISO: Update docker-buildx from v0.17.1 to v0.30.1 (#22425 )
111112* iso: Use same Go version (1.25.5) (#22101 )
127128## Infra Migration
128129
129130minikube infra structure is under heavy migration to k8s-infra here are some related PRs:
131+
130132* preload: download from github when gcs not available (#21605 )
131133* prow add docker-docker-linux-x86-64 integration test in prow (#21807 )
132134* prow: migrate kubernetes bootcamp image to prow (#21904 )
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ func createBareRelease(name string) release {
122122 return release {
123123 Checksums : checksums {
124124 AMD64 : & operatingSystems {},
125- ARM : & operatingSystems {},
125+
126126 ARM64 : & operatingSystems {},
127127 PPC64LE : & operatingSystems {},
128128 S390X : & operatingSystems {},
@@ -139,7 +139,7 @@ func getSHAMap(c *checksums) map[string]map[string][]*string {
139139 },
140140 "linux" : {
141141 "amd64" : {& c .AMD64 .Linux , & c .Linux },
142- "arm" : { & c . ARM . Linux },
142+
143143 "arm64" : {& c .ARM64 .Linux },
144144 "ppc64le" : {& c .PPC64LE .Linux },
145145 "s390x" : {& c .S390X .Linux },
You can’t perform that action at this time.
0 commit comments