From 8c972504a4de66f93fd08c752288b03490531e0c Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 1 Aug 2024 14:58:52 -0500 Subject: [PATCH] mixing around some settings for kos --- .goreleaser.yaml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index b79f4d9..28f53a1 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -9,15 +9,27 @@ gitea_urls: builds: - env: ["CGO_ENABLED=0"] binary: webhook + goos: + - linux + goarch: + - amd64 + - arch64 + kos: - - id: cert-manager-webhook-dnsimple + - repository: git.hsn.dev/jahanson/cert-manager-webhook-dnsimple + id: cert-manager-webhook-dnsimple + # Chainguard Static is the default base image. + # cgr.dev/chainguard/static + # base_image: alpine + bare: true + creation_time: "{{.CommitTimestamp}}" + ko_data_creation_time: "{{.CommitTimestamp}}" platforms: - linux/amd64 - # - linux/arm64 + - linux/arm64 tags: - latest - "{{.Tag}}" - bare: true flags: - -trimpath ldflags: