Skip to content

Migrate cross-compile task to github-actions #3

Migrate cross-compile task to github-actions

Migrate cross-compile task to github-actions #3

---
name: Test MacOS Build
on: [push, pull_request]
jobs:
test_macos_build:
name: Test MacOS Build
runs-on: macos-latest
steps:
- run: |
brew update
brew install --overwrite go
brew install go-md2man
brew install gpgme
go version
make cross CGO_ENABLED=0
- uses: actions/upload-artifact@v3
with:
name: binary
path: "./bin/*"