Skip to content

Commit

Permalink
Merge pull request #16 from getAlby/fix-linux-aarch64-push
Browse files Browse the repository at this point in the history
fix: push aarch64 library
  • Loading branch information
rdmitr authored Jun 21, 2024
2 parents 6a15f17 + c600ef4 commit 0ac45d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-bindings-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
git add glalby/glalby.go glalby/glalby.h glalby/glalby.c
git add glalby/x86_64-unknown-linux-gnu/libglalby_bindings.so
git add glalby/aarch64-unknown-linux-gnu/libglalby_bindings.so
git add glalby/arm-unknown-linux-gnueabihf/libglalby_bindings.so
git add glalby/x86_64-pc-windows-msvc/glalby_bindings.dll
git add glalby/universal-macos/libglalby_bindings.dylib
Expand Down

0 comments on commit 0ac45d8

Please sign in to comment.