mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-08 11:55:46 +00:00
cmd: Remove s390x as a default arch (#3911)
* cmd: Remove s390x as a default arch Signed-off-by: Rolf Neugebauer <rn@rneugeba.io> * Update pkg/swap hash to latest Signed-off-by: Rolf Neugebauer <rn@rneugeba.io> --------- Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
@@ -54,7 +54,7 @@ type PkglibConfig struct {
|
||||
func NewPkgInfo() pkgInfo {
|
||||
return pkgInfo{
|
||||
Org: "linuxkit",
|
||||
Arches: []string{"amd64", "arm64", "s390x"},
|
||||
Arches: []string{"amd64", "arm64"},
|
||||
GitRepo: "https://github.com/linuxkit/linuxkit",
|
||||
Network: false,
|
||||
DisableCache: false,
|
||||
|
||||
Reference in New Issue
Block a user