chore: reduce builds
This commit is contained in:
@@ -15,8 +15,8 @@ const linuxAppImage: builder.CliOptions = {
|
|||||||
const linuxSnap: builder.CliOptions = {
|
const linuxSnap: builder.CliOptions = {
|
||||||
x64: true,
|
x64: true,
|
||||||
ia32: false,
|
ia32: false,
|
||||||
armv7l: true,
|
armv7l: false, // not supported to build on x64
|
||||||
arm64: true,
|
arm64: false, // not supported to build on x64
|
||||||
projectDir: './build/clean',
|
projectDir: './build/clean',
|
||||||
publish: 'always',
|
publish: 'always',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user