Skip to content

Commit

Permalink
ci: update release.yml
Browse files Browse the repository at this point in the history
ci: update release.yml

ci: update release.yml

ci: update release.yml
  • Loading branch information
tsirysndr committed Nov 2, 2023
1 parent 506fec6 commit 4191f7f
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,23 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target:
- x86_64-unknown-linux-gnu
- x86_64-apple-darwin
- aarch64-apple-darwin
include:
- target:
- x86_64-unknown-linux-gnu
- x86_64-apple-darwin
- aarch64-apple-darwin
extensions: tar.gz tar.gz.sha256
- target: x86_64-unknown-linux-gnu
extensions:
- tar.gz
- tar.gz.sha256
- target: x86_64-apple-darwin
extensions:
- tar.gz
- tar.gz.sha256
- target: aarch64-apple-darwin
extensions:
- tar.gz
- tar.gz.sha256
steps:
- uses: actions/checkout@v3
- name: Setup Fluent CI
Expand Down

0 comments on commit 4191f7f

Please sign in to comment.