From 2363e7670a5e42e925a64b119bcd8a4cac675100 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Wed, 9 Oct 2024 09:55:39 -0500 Subject: [PATCH] add macOS and Windows build of ansible-operator For local development users are told to run the ansible-operator locally but there are no macOS and Windows builds for users of those environments. fixes #78 --- .goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index cf27e07..2ea4fab 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -12,6 +12,8 @@ builds: mod_timestamp: "{{ .CommitTimestamp }}" goos: - linux + - darwin + - windows goarch: - amd64 - arm64