Skip to content

Commit

Permalink
chore: reduce builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Nordquist committed May 11, 2024
1 parent ffc93d2 commit 0c31843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const linuxAppImage: builder.CliOptions = {
const linuxSnap: builder.CliOptions = {
x64: true,
ia32: false,
armv7l: true,
arm64: true,
armv7l: false, // not supported to build on x64
arm64: false, // not supported to build on x64
projectDir: './build/clean',
publish: 'always',
}
Expand Down

0 comments on commit 0c31843

Please sign in to comment.