mirror of
https://github.com/fosrl/pangolin.git
synced 2025-06-20 20:35:43 +02:00
Update Makefile
This commit is contained in:
parent
0eb35f2221
commit
b353a8f9b4
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -1,6 +1,8 @@
|
|||
.PHONY: build build-release build-arm build-x86 test clean
|
||||
|
||||
build-release:
|
||||
@if [ -z "$(tag)" ]; then \
|
||||
echo "Error: tag is required. Usage: make build-all tag=<tag>"; \
|
||||
echo "Error: tag is required. Usage: make build-release tag=<tag>"; \
|
||||
exit 1; \
|
||||
fi
|
||||
docker buildx build --platform linux/arm64,linux/amd64 -t fosrl/pangolin:latest -f Dockerfile --push .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue