Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Dec 18, 2023
1 parent c963c7f commit 6f5bb13
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,3 @@
print()
# publish on crates.io
print("cargo publish")

# print()
# build and push docker image
# print("docker buildx create --name legbabuilder --use --bootstrap")
# print("docker buildx build --tag evilsocket/legba:latest --platform linux/arm64/v8,linux/amd64 --builder legbabuilder --push .")
# print("docker buildx build --tag evilsocket/legba:%s --platform linux/arm64/v8,linux/amd64 --builder legbabuilder --push ." % next_ver)

0 comments on commit 6f5bb13

Please sign in to comment.