From d10ca17e594791f50dbe06a747e7053728a5d202 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Mon, 16 Sep 2024 15:47:58 -0500 Subject: Correctly seperate out meta image --- meta.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta.lua b/meta.lua index f5e39fe..281d487 100644 --- a/meta.lua +++ b/meta.lua @@ -2,15 +2,16 @@ local builds = {} builds["libressl-meta"] = { image="image-mingw64", - requires = { - {"git", "portable"}, - }, + entrypoint="image", + requires = {}, produces = {}, export=true, } builds["libressl-mingw64"] = { image="image-mingw64", - requires = {}, + requires = { + {"git", "portable"}, + }, produces = { ["libssl.a"] = true, }, -- cgit v1.2.3-55-g6feb