Remove arm64 build
Due to people confusing the arm64 with amd64 release
This commit is contained in:
@@ -4,7 +4,7 @@ const linux: builder.CliOptions = {
|
|||||||
x64: true,
|
x64: true,
|
||||||
ia32: true,
|
ia32: true,
|
||||||
armv7l: true,
|
armv7l: true,
|
||||||
arm64: true,
|
arm64: false,
|
||||||
linux: ['AppImage'],
|
linux: ['AppImage'],
|
||||||
projectDir: './build/clean',
|
projectDir: './build/clean',
|
||||||
publish: 'always',
|
publish: 'always',
|
||||||
|
|||||||
Reference in New Issue
Block a user