Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Jun 15, 2023
1 parent bd7069b commit bb5e70f
Showing 1 changed file with 35 additions and 20 deletions.
55 changes: 35 additions & 20 deletions .goreleaser2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,49 @@ changelog:
exclude:
- (?i)moises
builds:
- binary: moises
env:
- CGO_ENABLED=0
main: ./main.go
goos:
- darwin
- linux
- windows
goarch:
- amd64
- binary: moises
env:
- CGO_ENABLED=0
main: ./main.go
goos:
- darwin
- linux
- windows
goarch:
- amd64
- "386"

nix:
winget:
- name: test
publisher: caarlos0
short_description: "my test app"
license: mit
repository:
owner: caarlos0-graveyard
name: nur
branch: test-update
name: winget-pkgs-2
branch: "test-{{.Version}}"
pull_request:
enabled: true
base:
# owner: caarlos0
# name: nur
owner: caarlos0-graveyard
name: winget-pkgs-1
branch: master
homepage: https://test
description: a test
license: mit

# nix:
# - name: test
# repository:
# owner: caarlos0-graveyard
# name: nur
# branch: test-update2
# pull_request:
# enabled: true
# base:
# owner: caarlos0
# name: nur
# branch: master
# homepage: https://test
# description: a test
# license: mit

# - binary: foo
# id: foo
Expand Down Expand Up @@ -122,8 +139,6 @@ release:
github:
owner: caarlos0-graveyard
name: test


# dockers:
# - image_templates: ["caarlos0/moises:{{.Version}}"]
# dockerfile: Dockerfile.moises
Expand Down

0 comments on commit bb5e70f

Please sign in to comment.