mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +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:
parent
c51ce2551e
commit
f4e9579e4b
@ -26,7 +26,7 @@ onboot:
|
||||
command: ["/usr/bin/mountie", "/var/lib"]
|
||||
# make a swap file on the mounted disk
|
||||
- name: swap
|
||||
image: linuxkit/swap:cf9b484598f197a31b570012815c679826145bc4
|
||||
image: linuxkit/swap:d17a7f1c26ff768c26b3c206ccf3aa72349568df
|
||||
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
|
||||
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
|
||||
- name: mount-vpnkit
|
||||
|
@ -18,7 +18,7 @@ onboot:
|
||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
||||
command: ["/usr/bin/mountie", "/var/external"]
|
||||
- name: swap
|
||||
image: linuxkit/swap:cf9b484598f197a31b570012815c679826145bc4
|
||||
image: linuxkit/swap:d17a7f1c26ff768c26b3c206ccf3aa72349568df
|
||||
# to use unencrypted swap, use:
|
||||
# command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"]
|
||||
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user