Skip to content

Commit

Permalink
fixup! add release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hellux committed Jan 12, 2024
1 parent 81259c2 commit f9e14b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
target: i686-unknown-linux-musl
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
linker: aarch64-linux-gnu-gcc
- os: macos-latest
target: x86_64-apple-darwin
- os: macos-latest
Expand All @@ -63,6 +64,9 @@ jobs:
- name: build
shell: bash
run: |
if [ -z "${{ matrix.linker }}" ]; then
export RUSTFLAGS="-Clinker=${{ matrix.linker }}"
fi
cargo build --verbose --release --target ${{ matrix.target }}
find .
bin="target/${{ matrix.target }}/release/jotdown"
Expand Down

0 comments on commit f9e14b5

Please sign in to comment.