working on a macos x86 build workflow (#216)

must check in to main to test
This commit is contained in:
Mike Sawka
2024-01-07 23:48:10 -08:00
committed by GitHub
parent f737c2af86
commit 7f91efc314
+17
View File
@@ -0,0 +1,17 @@
name: "Build MacOS x86"
on: workflow_dispatch
jobs:
runbuild:
name: "Build MacOS x86"
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21.5'
- run: brew tap scripthaus-dev/scripthaus
- run: brew install scripthaus
- run: yarn --frozen-lockfile
- run: scripthaus run build-package