Skip to content

Commit

Permalink
fix is_supported
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jan 20, 2025
1 parent 376edcc commit 802b349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/packages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import("private.core.base.select_script")

-- is supported platform and architecture?
function is_supported(instance, plat, arch, opt)
opt = opt or {}
if instance:is_template() then
return false
end
Expand Down

0 comments on commit 802b349

Please sign in to comment.