File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,14 @@ definitions:
1010 plugin :
1111 id : macospkgremote
1212 type : gorun
13- command : github.com/gohugoio/hugoreleaser-archive-plugins/macospkgremote@latest
13+ command : github.com/gohugoio/hugoreleaser-archive-plugins/macospkgremote@4a5b6981ba006743eede18b41325695a23cb6c07
1414 custom_settings :
1515 package_identifier : io.gohugo.hugo
16- package_version : ${HUGORELEASER_TAG}
16+ package_version :
17+ ${HUGORELEASER_TAG}
18+ # Needed by Wazero (currently only used when transform.ToMath is used)
19+ # Note that we pass this map to s3 which takes metadata as a map of strings.
20+ package_entitlements : " com.apple.security.cs.allow-jit,com.apple.security.cs.allow-unsigned-executable-memory"
1721 bucket : s3fptest
1822 queue : https://sqs.eu-north-1.amazonaws.com/656975317043/s3fptest_client
1923 access_key_id : ${S3RPC_CLIENT_ACCESS_KEY_ID}
You can’t perform that action at this time.
0 commit comments