Compare commits

..

No commits in common. "8c972504a4de66f93fd08c752288b03490531e0c" and "5e18c2cc3633fca5d8008be36b1208be4ffce14f" have entirely different histories.

2 changed files with 3 additions and 19 deletions

View file

@ -28,7 +28,6 @@ jobs:
echo "URL: ${{ env.REPO_URL }}"
git clone ${{ env.REPO_URL }} ${{ github.workspace }}
echo "Repository cloned!"
git checkout ${GITHUB_REF_NAME}
- name: Run goreleaser
env:
GITHUB_TOKEN: ""

View file

@ -6,33 +6,18 @@ gitea_urls:
api: https://git.hsn.dev/api/v1
download: https://git.hsn.dev
skip_tls_verify: false
builds:
- env: ["CGO_ENABLED=0"]
binary: webhook
goos:
- linux
goarch:
- amd64
- arch64
kos:
- 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}}"
- id: cert-manager-webhook-dnsimple
platforms:
- linux/amd64
- linux/arm64
tags:
- latest
- "{{.Tag}}"
bare: true
flags:
- -trimpath
ldflags:
- -w
- -s -w
- -extldflags "-static"
- -X main.Version={{.Tag}}