Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kobrikx committed Aug 29, 2024
1 parent 3e60ee5 commit caa6a34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: 2
project_name: ize
builds:
- env: [CGO_ENABLED=0]
Expand All @@ -22,7 +21,7 @@ builds:

brews:
- name: ize
repository:
tap:
owner: hazelops
name: homebrew-ize
branch: main
Expand All @@ -45,7 +44,6 @@ brews:
# Custom install script for brew.
install: |
bin.install "ize"
nfpms:
# note that this is an array of nfpm configs
-
Expand Down Expand Up @@ -84,13 +82,7 @@ archives:
- goos: windows
format: zip

scoop:
# Template for the url which is determined by the given Token (github or gitlab)
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
# Default for gitlab is "https://gitlab.com/<repo_owner>/<repo_name>/-/releases/{{ .Tag }}/downloads/{{ .ArtifactName }}"
# Default for gitea is "https://gitea.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
# url_template: "https://github.com/hazelops/ize/releases/download/{{ .Tag }}/{{ .ArtifactName }}"

scoops:
# Repository to push the app manifest to.
repository:
owner: hazelops
Expand Down Expand Up @@ -151,4 +143,4 @@ scoop:
# GOAMD64 to specify which amd64 version to use if there are multiple versions
# from the build section.
# Default is v1.
# goamd64: v3
goamd64: v3
2 changes: 1 addition & 1 deletion .goreleaser_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ archives:
- goos: windows
format: zip

scoop:
scoops:
# Template for the url which is determined by the given Token (github or gitlab)
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
# Default for gitlab is "https://gitlab.com/<repo_owner>/<repo_name>/-/releases/{{ .Tag }}/downloads/{{ .ArtifactName }}"
Expand Down

0 comments on commit caa6a34

Please sign in to comment.