Remove builds I don't personally care about
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
parent
546c063ce9
commit
b19688a79c
@ -1,10 +1,10 @@
|
|||||||
local executableName = 'newsletter-to-web';
|
local executableName = 'newsletter-to-web';
|
||||||
|
|
||||||
local archs = [
|
local archs = [
|
||||||
{ target: 'aarch64-unknown-linux-gnu', short: 'arm64-gnu' },
|
// { target: 'aarch64-unknown-linux-gnu', short: 'arm64-gnu' },
|
||||||
{ target: 'aarch64-unknown-linux-musl', short: 'arm64-musl' },
|
{ target: 'aarch64-unknown-linux-musl', short: 'arm64-musl' },
|
||||||
{ target: 'x86_64-pc-windows-gnu', short: 'windows' },
|
{ target: 'x86_64-pc-windows-gnu', short: 'windows' },
|
||||||
{ target: 'x86_64-unknown-linux-gnu', short: 'amd64-gnu' },
|
// { target: 'x86_64-unknown-linux-gnu', short: 'amd64-gnu' },
|
||||||
{ target: 'x86_64-unknown-linux-musl', short: 'amd64-musl' },
|
{ target: 'x86_64-unknown-linux-musl', short: 'amd64-musl' },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user