diff options
-rwxr-xr-x | init | 1 | ||||
-rw-r--r-- | meta.lua | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -9,3 +9,4 @@ cd "/root/" | |||
9 | cp $luaver/src/*.exe . | 9 | cp $luaver/src/*.exe . |
10 | cp $luaver/src/*.dll . | 10 | cp $luaver/src/*.dll . |
11 | cp $luaver/src/*.a . | 11 | cp $luaver/src/*.a . |
12 | |||
@@ -28,6 +28,7 @@ for version, link, name, optimization, rel, flag, _, image in cartesian(lua_vers | |||
28 | image = "image-" .. image, | 28 | image = "image-" .. image, |
29 | requires = { | 29 | requires = { |
30 | {"http", link}, | 30 | {"http", link}, |
31 | {"cicd", "image-" .. image | ||
31 | }, | 32 | }, |
32 | produces = { | 33 | produces = { |
33 | "lua.exe", | 34 | "lua.exe", |