mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-20 16:01:57 +01:00
Disable ARM for now
We'll be focusing on x86_64 for now.
This commit is contained in:
parent
088ba28f74
commit
de57beb850
@ -39,7 +39,6 @@ declare -r \
|
||||
# Usage: get_portage_arch chost
|
||||
get_portage_arch() {
|
||||
case "$1" in
|
||||
aarch64*) echo arm64;;
|
||||
alpha*) echo alpha;;
|
||||
arm*) echo arm;;
|
||||
hppa*) echo hppa;;
|
||||
@ -61,7 +60,6 @@ get_portage_arch() {
|
||||
# Usage: get_kernel_arch chost
|
||||
get_kernel_arch() {
|
||||
case "$1" in
|
||||
aarch64*) echo arm64;;
|
||||
alpha*) echo alpha;;
|
||||
arm*) echo arm;;
|
||||
hppa*) echo parisc;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user