10 lines
127 B
Diff
10 lines
127 B
Diff
|
|
// Exclude arm family manually
|
||
|
|
arch: {
|
||
|
|
arm: {
|
||
|
|
enabled: false,
|
||
|
|
},
|
||
|
|
arm64: {
|
||
|
|
enabled: false,
|
||
|
|
},
|
||
|
|
}
|