forked from altcloud/mkimage-profiles
archdep-filter: add @ARM filter for aarch64, arm*
There are use cases when having this common knob would be desirable.
This commit is contained in:
parent
f6c6c8c101
commit
d65ae1021b
@ -26,6 +26,8 @@ x86_64)
|
||||
A="X86";;
|
||||
e2k*)
|
||||
A="E2K";;
|
||||
aarch64|arm*)
|
||||
A="ARM";;
|
||||
*)
|
||||
A=;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user