Skip to content

Commit

Permalink
Update trigger and arch
Browse files Browse the repository at this point in the history
  • Loading branch information
sm-powell committed Sep 11, 2024
1 parent 7ea68f1 commit 298485d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: GitHub Release

on:
workflow_dispatch:
push:
tags:
- 'v[0-9].[0-9]+.[0-9]+'

jobs:
release:
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ builds:
- linux
- windows
- darwin
goarch:
- amd64
- arm64

archives:
- format: tar.gz
Expand Down

0 comments on commit 298485d

Please sign in to comment.