Skip to content

Commit

Permalink
Separate archives for GH release and S3 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksanders committed Feb 12, 2021
1 parent aeefd78 commit 604985a
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,18 @@ archives:
-
builds:
- default
id: default
format: tar.gz
replacements:
386: i386
amd64: x86_64
-
builds:
- demo
id: demo
format: binary
name_template: "{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}/{{ .Binary }}"
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
Expand Down Expand Up @@ -76,6 +84,8 @@ dockers:
blobs:
-
provider: s3
ids:
- demo
bucket: consolemeoss
region: us-west-2
folder: "consolemeoss_deploy/weep_binaries/{{.Version}}/"

0 comments on commit 604985a

Please sign in to comment.