Skip to content

Commit

Permalink
chore(justfile): update tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Jul 26, 2024
1 parent 6a15155 commit 4ba85f3
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,10 @@ test *args='':
test-cargo *args='':
cargo test --all {{args}}

# docker-build version='nightly':
# docker build . \
# --tag "importantimport/hatsu:{{version}}"

# docker-buildx version='nightly':
# docker buildx build . \
# --platform "linux/amd64,linux/arm64" \
# --tag "importantimport/hatsu:{{version}}"
# update submodules and dependencies.
up:
git submodule update --remote --merge crates/activitypub-federation
cargo update

# create and remove account (method: create/remove) (name: example.com)
account method name:
Expand Down

0 comments on commit 4ba85f3

Please sign in to comment.