release 0.4.1
This commit is contained in:
parent
1fee6e2c97
commit
be6ee91098
4 changed files with 12 additions and 9 deletions
2
justfile
2
justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue