Skip to content
Snippets Groups Projects
Verified Commit 43b657a7 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: test gorelease

parent e0934057
No related branches found
No related tags found
No related merge requests found
/nix/store/q73fwxvz5m9r7n2iyfsmkj9hs8zwr9vd-goreleaser.yml /nix/store/x2z5j2flb5m05xy5v9qcq5bnx1mahfvg-goreleaser.yml
\ No newline at end of file \ No newline at end of file
...@@ -110,20 +110,20 @@ project_name: version ...@@ -110,20 +110,20 @@ project_name: version
builds: builds:
- id: version - id: version
goos: # goos:
- linux # - linux
# - darwin ## - darwin
# - windows ## - windows
goarch: # goarch:
- amd64 # - amd64
# - arm64 ## - arm64
# - "386" ## - "386"
goarm: # goarm:
- "6" # - "6"
# gomips: ## gomips:
# - hardfloat ## - hardfloat
# goamd64: ## goamd64:
# - v1 ## - v1
targets: targets:
# - linux_amd64_v1 # - linux_amd64_v1
- linux_arm64 - linux_arm64
...@@ -133,8 +133,8 @@ builds: ...@@ -133,8 +133,8 @@ builds:
# - windows_amd64_v1 # - windows_amd64_v1
# - windows_arm64 # - windows_arm64
# - windows_386 # - windows_386
dir: source dir: ${config.devenv.root}/source
main: source/main.go main: ${config.devenv.root}/source/main.go
# binary: version # binary: version
# builder: go # builder: go
# gobinary: go # gobinary: go
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment