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 }}" echo "URL: ${{ env.REPO_URL }}"
git clone ${{ env.REPO_URL }} ${{ github.workspace }} git clone ${{ env.REPO_URL }} ${{ github.workspace }}
echo "Repository cloned!" echo "Repository cloned!"
git checkout ${GITHUB_REF_NAME}
- name: Run goreleaser - name: Run goreleaser
env: env:
GITHUB_TOKEN: "" GITHUB_TOKEN: ""

View file

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