fix for homebrew macOS binary quarantine (backport #690) (#696)

Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com>
Co-authored-by: Adam Martin <adam.martin@ranchergovernment.com>
This commit is contained in:
mergify[bot]
2026-07-27 10:56:31 -04:00
committed by GitHub
co-authored by Adam Martin
parent a6f031f54f
commit d7d129abc6
+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