diff .chezmoiscripts/run_onchange_after_10-install-brew-packages.sh.tmpl @ 808:459e70c99f4c

ci: add test image
author zegervdv <zegervdv@me.com>
date Sun, 03 Dec 2023 22:24:26 +0100
parents 1896bcf3fdb8
children
line wrap: on
line diff
--- a/.chezmoiscripts/run_onchange_after_10-install-brew-packages.sh.tmpl	Sat Dec 02 00:17:39 2023 +0100
+++ b/.chezmoiscripts/run_onchange_after_10-install-brew-packages.sh.tmpl	Sun Dec 03 22:24:26 2023 +0100
@@ -1,4 +1,4 @@
-{{ if (or (eq .chezmoi.os "darwin") (and (eq .chezmoi.os "linux") (ne .chezmoi.arch "arm64") (ne .chezmoi.osRelease.id "centos"))) -}}
+{{ if (eq .chezmoi.os "darwin") -}}
 #!/usr/bin/env bash
 
 # Brewfile hash: {{ include "dot_Brewfile" | sha256sum }}