Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Oct 16, 2024
1 parent 63c4f47 commit c1b8793
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ jobs:
strategy:
matrix:
package: [mdbook-tabs, mdbook-trunk]
target:
[
aarch64-unknown-linux-gnu,
aarch64-unknown-linux-musl,
x86_64-unknown-linux-gnu,
x86_64-unknown-linux-musl,
aarch64-apple-darwin,
x86_64-apple-darwin,
x86_64-pc-windows-msvc
]
include:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
Expand Down

0 comments on commit c1b8793

Please sign in to comment.