mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-23 20:27:46 +08:00
Merge pull request #503 from felipecrs/patch-1
Add setproduct function to the bake HCL
This commit is contained in:
commit
a56a4c00dd
@ -95,6 +95,7 @@ var (
|
|||||||
"rsadecrypt": crypto.RsaDecryptFunc,
|
"rsadecrypt": crypto.RsaDecryptFunc,
|
||||||
"sethaselement": stdlib.SetHasElementFunc,
|
"sethaselement": stdlib.SetHasElementFunc,
|
||||||
"setintersection": stdlib.SetIntersectionFunc,
|
"setintersection": stdlib.SetIntersectionFunc,
|
||||||
|
"setproduct": stdlib.SetProductFunc,
|
||||||
"setsubtract": stdlib.SetSubtractFunc,
|
"setsubtract": stdlib.SetSubtractFunc,
|
||||||
"setsymmetricdifference": stdlib.SetSymmetricDifferenceFunc,
|
"setsymmetricdifference": stdlib.SetSymmetricDifferenceFunc,
|
||||||
"setunion": stdlib.SetUnionFunc,
|
"setunion": stdlib.SetUnionFunc,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user