Skip to content

Commit

Permalink
another attempt at making this work on github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 25, 2023
1 parent a1aa4ff commit 61850b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- make-release
strategy:
matrix:
goos: [linux, freebsd, darwin, windows]
goarch: [amd64, arm64]
goos: [linux]
goarch: [amd64]
exclude:
- goarch: arm64
goos: windows
Expand All @@ -40,3 +40,4 @@ jobs:
md5sum: false
sha256sum: false
compress_assets: false
build_command: bash -c 'CC=clang go build'
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fiatjaf/jinglebells

go 1.21.4
go 1.21

require (
github.com/fiatjaf/eventstore v0.2.11
Expand Down

0 comments on commit 61850b8

Please sign in to comment.