Skip to content

Commit

Permalink
another try at releasing this with github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 25, 2023
1 parent 634b191 commit 727a3b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- make-release
strategy:
matrix:
goos: [linux]
goarch: [amd64]
goos: [linux, darwin]
goarch: [amd64, arm64]
exclude:
- goarch: arm64
goos: windows
goos: linux
steps:
- run: sudo apt install clang libsqlite3-dev liblmdb-dev
- uses: actions/checkout@v3
Expand All @@ -41,4 +41,3 @@ jobs:
md5sum: false
sha256sum: false
compress_assets: false
build_command: make
2 changes: 0 additions & 2 deletions Makefile

This file was deleted.

0 comments on commit 727a3b6

Please sign in to comment.