Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jftuga committed Nov 26, 2020
1 parent a6bf2dd commit fbf9430
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .goreleaser.yml
@@ -0,0 +1,28 @@
project_name: photo_id_resizer
build:
main: .
binary: photo_id_resizer
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- amd64
- arm
goarm:
- 7
archives:
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ .Arm }}"
format: tar.xz
format_overrides:
- goos: windows
format: zip
replacements:
darwin: macOS
wrap_in_directory: true
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}--sha256_checksums.txt"
release:
draft: true

0 comments on commit fbf9430

Please sign in to comment.