fix: Typo in Makefile

This commit is contained in:
SinTan1729 2024-03-25 16:08:04 -05:00
parent 1f18766f79
commit 0cfa674029
No known key found for this signature in database
GPG Key ID: EB3E68BFBA25C85F

View File

@ -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