Skip to content

Commit

Permalink
Actually publish all binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Nov 9, 2020
1 parent 722b2dc commit 883a0ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ on:

jobs:
publish:
name: Publish for ${{ matrix.os }}
name: ${{ matrix.os }} for ${{ matrix.target }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
target:
- x86_64-unknown-linux-musl
- aarch64-unknown-linux-musl
- armv7-unknown-linux-musleabihf
- arm-unknown-linux-musleabihf
- x86_64-pc-windows-msvc
- x86_64-apple-darwin
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->

## [Unreleased] - ReleaseDate
- Actually publish all binaries.

## [1.0.5] - 2020-11-09
- Add binaries for more architectures to releases.
Expand Down

0 comments on commit 883a0ad

Please sign in to comment.