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

ci: update release.yml

ci: update release.yml

ci: update release.yml
  • Loading branch information
tsirysndr committed Nov 2, 2023
1 parent 506fec6 commit bc16b6d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ on:

jobs:
build:
name: release
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
- extensions: tar.gz
- extensions: tar.gz.sha256
steps:
- uses: actions/checkout@v3
- name: Setup Fluent CI
Expand Down

0 comments on commit bc16b6d

Please sign in to comment.