Skip to content

Commit

Permalink
Build _example as the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Penney committed Nov 20, 2021
1 parent 9603285 commit 5bf26cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
project_path: _example
release-linux-arm64:
name: release linux/arm64
runs-on: ubuntu-latest
Expand All @@ -25,6 +26,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: arm64
project_path: _example
release-darwin-amd64:
name: release darwin/amd64
runs-on: ubuntu-latest
Expand All @@ -35,6 +37,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: darwin
goarch: amd64
project_path: _example
release-darwin-arm64:
name: release darwin/arm64
runs-on: ubuntu-latest
Expand All @@ -45,3 +48,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: darwin
goarch: arm64
project_path: _example
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/a8m/envsubst

go 1.14
go 1.17

0 comments on commit 5bf26cb

Please sign in to comment.