Skip to content

Commit

Permalink
Workflow for macos (#29156)
Browse files Browse the repository at this point in the history
* Added workflow file for builds with macos

* changed runner parameter to optional

* renamed workflow and fixed pathes

* added GO111MODULE=off
  • Loading branch information
nxei authored Nov 26, 2021
1 parent 692ee17 commit f9e4dde
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: build

name: macos-build
env:
GOPATH: /home/runner/work/gotest/gotest
GOPATH: /home/runner/work/beats/beats
GO111MODULE: off
REPO_PATH: src/gotest
MACOS_GOPATH: /Users/runner/work/gotest/gotest
REPO_PATH: src/beats
MACOS_GOPATH: /Users/runner/work/beats/beats
GITHUB_TOKEN: ${{ github.token }}

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit f9e4dde

Please sign in to comment.