Skip to content

Commit 9e24b56

Browse files
authored
Add entitlements for WebAssembly for macOS Tahoe
Fixes #14220
1 parent 45b67f6 commit 9e24b56

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎hugoreleaser.yaml‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)