Skip to content

Commit 8f05e48

Browse files
att
1 parent 902b10f commit 8f05e48

File tree

3 files changed

+0
-31
lines changed

3 files changed

+0
-31
lines changed

build/build/alpine_static_build.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ function alpine_static_build()
2121
image.start({
2222
volumes = {
2323
{ "././release", "/release" },
24-
{ "././keys", "/keys" },
25-
2624

2725
},
2826
command = compiler..[[ --static /release/amalgamation.c -o /release/alpine_static_bin.out]]

build/build/windows64_build.lua

Lines changed: 0 additions & 27 deletions
This file was deleted.

build/build/windowsi32_build.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ function windowsi32_build()
2020
image.start({
2121
volumes = {
2222
{ "././release", "/release" },
23-
{ "././keys", "/keys" },
24-
2523
},
2624
command = compiler..[[ --static /release/amalgamation.c -o /release/windowsi32.exe -lws2_32]]
2725
})

0 commit comments

Comments
 (0)