diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a4ebd0..bf2c2f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -41,4 +41,3 @@ jobs: md5sum: false sha256sum: false compress_assets: false - build_command: make diff --git a/Makefile b/Makefile deleted file mode 100644 index ceb7375..0000000 --- a/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -all: - CC=$$(which clang) go build