Skip to content

Commit

Permalink
Removed choco build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbeutler committed Feb 10, 2025
1 parent 5fd130d commit 6f958f8
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,31 +83,31 @@ archives:
# test: |
# system "#{bin}/decoder --version"

chocolateys:
- name: truvami-decoder
owners: truvami
title: truvami decoder
authors: truvami
project_url: https://docs.truvami.com
url_template: "https://github.com/truvami/decoder/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
icon_url: "https://avatars.githubusercontent.com/u/144101217?s=200&v=4"
copyright: 2024 truvami
license_url: https://github.com/truvami/decoder/blob/main/LICENSE
require_license_acceptance: false
project_source_url: https://github.com/truvami/decoder
package_source_url: https://github.com/truvami/decoder
docs_url: https://docs.truvami.com
bug_tracker_url: https://github.com/truvami/decoder/issues
tags: "lora truvami decoder"
summary: truvami decoder reference implementation.
description: |
{{ .ProjectName }} installer package.
truvami decoder reference implementation.
release_notes: "https://github.com/truvami/decoder/releases/tag/v{{ .Version }}"
api_key: "{{ .Env.CHOCO_API_KEY }}"
source_repo: "https://push.chocolatey.org/"
skip_publish: false
goamd64: v1
# chocolateys:
# - name: truvami-decoder
# owners: truvami
# title: truvami decoder
# authors: truvami
# project_url: https://docs.truvami.com
# url_template: "https://github.com/truvami/decoder/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
# icon_url: "https://avatars.githubusercontent.com/u/144101217?s=200&v=4"
# copyright: 2024 truvami
# license_url: https://github.com/truvami/decoder/blob/main/LICENSE
# require_license_acceptance: false
# project_source_url: https://github.com/truvami/decoder
# package_source_url: https://github.com/truvami/decoder
# docs_url: https://docs.truvami.com
# bug_tracker_url: https://github.com/truvami/decoder/issues
# tags: "lora truvami decoder"
# summary: truvami decoder reference implementation.
# description: |
# {{ .ProjectName }} installer package.
# truvami decoder reference implementation.
# release_notes: "https://github.com/truvami/decoder/releases/tag/v{{ .Version }}"
# api_key: "{{ .Env.CHOCO_API_KEY }}"
# source_repo: "https://push.chocolatey.org/"
# skip_publish: false
# goamd64: v1

dockers:
- use: buildx
Expand Down

0 comments on commit 6f958f8

Please sign in to comment.