mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-08-19 12:26:27 +00:00
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com> Co-authored-by: Adam Martin <adam.martin@ranchergovernment.com>
This commit is contained in:
co-authored by
Adam Martin
parent
a6f031f54f
commit
d7d129abc6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user