fix for homebrew macOS binary quarantine (#690)

Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com>
This commit is contained in:
Adam Martin
2026-07-27 10:55:12 -04:00
committed by GitHub
parent 2c760462f4
commit ee55c5ba87
+6
View File
@@ -45,6 +45,12 @@ homebrew_casks:
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
description: "Hauler: Airgap Swiss Army Knife"
hooks:
post:
install: |
if OS.mac?
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/hauler"]
end
dockers_v2:
- id: hauler