Skip to content

Commit

Permalink
Merge pull request #4025 from TheThingsNetwork/fix/go-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
johanstokking authored Apr 6, 2021
2 parents 08adef2 + 452305d commit 1d6d1f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
16 changes: 10 additions & 6 deletions .goreleaser.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,15 @@ nfpms:
recommends:
- redis
- cockroach
files:
"public/**/*": "/srv/ttn-lorawan/public"
"config/completion/bash/*": "/usr/share/bash-completion/completions"
"config/completion/fish/*": "/usr/share/fish/vendor_completions.d"
"config/completion/zsh/*": "/usr/share/zsh/vendor-completions"
contents:
- src: "public/**/*"
dst: "/srv/ttn-lorawan/public"
- src: "config/completion/bash/*"
dst: "/usr/share/bash-completion/completions"
- src: "config/completion/fish/*"
dst: "/usr/share/fish/vendor_completions.d"
- src: "config/completion/zsh/*"
dst: "/usr/share/zsh/vendor-completions"

snapcrafts:
- id: stack
Expand Down Expand Up @@ -204,7 +208,7 @@ dockers:
- goos: linux
goarch: amd64
dockerfile: Dockerfile
binaries:
ids:
- ttn-lw-cli
- ttn-lw-stack
image_templates:
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dockers:
goarch: amd64
dockerfile: Dockerfile
use_buildx: true
binaries:
ids:
- ttn-lw-cli
- ttn-lw-stack
build_flag_templates:
Expand All @@ -66,7 +66,7 @@ dockers:
goarch: arm64
dockerfile: Dockerfile
use_buildx: true
binaries:
ids:
- ttn-lw-cli
- ttn-lw-stack
build_flag_templates:
Expand Down

0 comments on commit 1d6d1f5

Please sign in to comment.