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