1// Exclude arm family manually 2arch: { 3 arm: { 4 enabled: false, 5 }, 6 arm64: { 7 enabled: false, 8 }, 9} 10