Skip to content

Commit

Permalink
Tweak goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ethack committed May 19, 2020
1 parent d0ce981 commit 2c1367e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: goreleaser

on:
push:
tags:
- 'v*'
push:
tags:
- 'v*'

jobs:
goreleaser:
Expand Down
14 changes: 14 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
before:
hooks:
- go mod download

archives:
- format: binary

builds:
- goarch:
- amd64
- arm64
- ignore:
- goos: darwin
goarch: arm64

0 comments on commit 2c1367e

Please sign in to comment.