Skip to content

Commit

Permalink
try creating release
Browse files Browse the repository at this point in the history
  • Loading branch information
mschulte committed Aug 18, 2021
1 parent f2ae2fb commit e5c28de
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,29 @@ jobs:
version_regex: ^v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
releases-matrix:
name: Release Go Binary
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/amd64
goos: [linux, windows, darwin]
goarch: ["386", amd64]
exclude:
- goarch: "386"
goos: darwin
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.15.15.linux-amd64.tar.gz"
# project_path: "./c"
binary_name: "libbimax.so"
# build_flags: "-buildmode=c-shared"
#
build_command: "make shared"
release_tag: v0.0.1
extra_files: libbimax.h
#releases-matrix:
# name: Release Go Binary
# runs-on: ubuntu-latest
# strategy:
# matrix:
# # build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/amd64
# goos: [linux, windows, darwin]
# goarch: ["386", amd64]
# exclude:
# - goarch: "386"
# goos: darwin
# steps:
# - uses: actions/checkout@v2
# - uses: wangyoucao577/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# goos: ${{ matrix.goos }}
# goarch: ${{ matrix.goarch }}
# goversion: "https://dl.google.com/go/go1.15.15.linux-amd64.tar.gz"
# # project_path: "./c"
# binary_name: "libbimax.so"
# # build_flags: "-buildmode=c-shared"
# #
# build_command: "make shared"
# release_tag: v0.0.1
# extra_files: libbimax.h

0 comments on commit e5c28de

Please sign in to comment.