Skip to content

Commit de81223

Browse files
authored
chore: remove ARM architecture support from release checksums (kubernetes#22585)
* chore: remove ARM architecture support from release checksums and Linux map. * style: add blank lines to CHANGELOG.md
1 parent 67dc9a3 commit de81223

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
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)
@@ -127,6 +128,7 @@
127128
## Infra Migration
128129

129130
minikube 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)

hack/jenkins/release_update_releases_json.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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},

0 commit comments

Comments
 (0)