mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
working on a macos x86 build workflow (#216)
must check in to main to test
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user