Skip to content

Commit

Permalink
Merge pull request #1 from oposs/src_cleanup
Browse files Browse the repository at this point in the history
Src cleanup
  • Loading branch information
oetiker authored Dec 16, 2022
2 parents 1272908 + 697bee1 commit 9e3f510
Show file tree
Hide file tree
Showing 5 changed files with 625 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, windows, darwin]
goos: [linux, windows, darwin, illumos]
goarch: [amd64]
include:
- goarch: arm64
goos: darwin
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.22
- uses: wangyoucao577/go-release-action@v1.33
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
extra_files: README.md
extra_files: README.md LICENSE.md
Loading

0 comments on commit 9e3f510

Please sign in to comment.