release 0.4.1

This commit is contained in:
Waylon S. Walker 2025-04-23 20:28:57 -05:00
parent 1fee6e2c97
commit be6ee91098
4 changed files with 12 additions and 9 deletions

View file

@ -31,7 +31,7 @@ create-archives:
rm -rf dist build
hatch build -t binary
krayt_bin=dist/binary/krayt-${VERSION}/krayt_linux_amd64
krayt_bin=dist/binary/krayt-${VERSION}
# Create the binary for each platform
for platform in "x86_64-unknown-linux-gnu" "aarch64-unknown-linux-gnu"; do