Skip to content

Commit

Permalink
[O] Finalize build process
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Apr 23, 2024
1 parent 5c34876 commit 25a64b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/build_pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,6 @@ build_for_platform "musl-amd64" "musllinux_1_1_x86_64"
build_for_platform "musl-aarch64" "musllinux_1_1_aarch64"
build_for_platform "macos-universal" "macosx_11_0_x86_64"
build_for_platform "macos-universal" "macosx_11_0_arm64"

# Finally, remove temporary files
rm -rf wheel git

0 comments on commit 25a64b6

Please sign in to comment.