mirror of
https://github.com/SinTan1729/chhoto-url
synced 2025-02-05 22:02:32 -06:00
fix: Typo in Makefile
This commit is contained in:
parent
1f18766f79
commit
0cfa674029
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ docker-test: docker-local
|
||||||
docker logs chhoto-url -f
|
docker logs chhoto-url -f
|
||||||
|
|
||||||
docker-dev: build-dev
|
docker-dev: build-dev
|
||||||
docker build --push --tag ${DOCKER_USERNAME}:chhoto-url:dev --build-arg TARGETARCH=amd64 -f Dockerfile.multiarch .
|
docker build --push --tag ${DOCKER_USERNAME}/chhoto-url:dev --build-arg TARGETARCH=amd64 -f Dockerfile.multiarch .
|
||||||
|
|
||||||
build-release:
|
build-release:
|
||||||
cross build --release --locked --manifest-path=actix/Cargo.toml --target aarch64-unknown-linux-musl
|
cross build --release --locked --manifest-path=actix/Cargo.toml --target aarch64-unknown-linux-musl
|
||||||
|
|
Loading…
Reference in a new issue