change target form verbiage and update readme

This commit is contained in:
Milo Schwartz
2025-01-11 13:32:06 -05:00
parent c3d19454f7
commit 7b20329743
7 changed files with 54 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
build-all:
build-release:
@if [ -z "$(tag)" ]; then \
echo "Error: tag is required. Usage: make build-all tag=<tag>"; \
exit 1; \
@@ -12,6 +12,9 @@ build-arm:
build-x86:
docker buildx build --platform linux/amd64 -t fosrl/pangolin:latest .
build-x86-ecr:
docker buildx build --platform linux/amd64 -t 216989133116.dkr.ecr.us-east-1.amazonaws.com/pangolin:latest --push .
build:
docker build -t fosrl/pangolin:latest .