Skip to content

Commit

Permalink
feat: add library release for aarch64 linux
Browse files Browse the repository at this point in the history
  • Loading branch information
freedmand committed Nov 22, 2021
1 parent 3378b23 commit acdd941
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ jobs:
- run: zig build
- run: zip -j fastfec-linux-x86_64-${{ steps.get_version.outputs.VERSION }}.zip zig-out/bin/fastfec
- run: mv zig-out/lib/libfastfec.so libfastfec-linux-x86_64-${{ steps.get_version.outputs.VERSION }}.so
- run: zig build -Dlib-only=true -Dtarget=aarch64-linux
- run: mv zig-out/lib/libfastfec.so libfastfec-linux-aarch64-${{ steps.get_version.outputs.VERSION }}.so
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
fastfec-linux-x86_64-${{ steps.get_version.outputs.VERSION }}.zip
libfastfec-linux-x86_64-${{ steps.get_version.outputs.VERSION }}.so
libfastfec-linux-aarch64-${{ steps.get_version.outputs.VERSION }}.so
build-macos:
if: github.event.base_ref == 'refs/heads/main'
runs-on: macos-latest
Expand Down

0 comments on commit acdd941

Please sign in to comment.