Skip to content

Commit ec22cf6

Browse files
committed
build: add windows support
1 parent 909765f commit ec22cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const output = await Bun.build({
1212

1313

1414
const XGO = path.join(process.env.HOME, 'go/bin/xgo');
15-
const TARGETS = 'linux/arm64,linux/amd64,darwin/arm64,darwin/amd64';
15+
const TARGETS = 'linux/arm64,linux/amd64,darwin/arm64,darwin/amd64,windows/arm64,windows/amd64';
1616

1717
if (output.success) {
1818
console.log('Compiling native binaries...')

0 commit comments

Comments
 (0)