not building for pis anymore
This commit is contained in:
@@ -40,11 +40,11 @@ fi
|
||||
|
||||
# Build backend image
|
||||
echo "Building backend image..."
|
||||
podman build --platform=linux/arm64 -t ${HARBOR_REGISTRY}/pb-backend:$VERSION ./backend
|
||||
podman build -t ${HARBOR_REGISTRY}/pb-backend:$VERSION ./backend
|
||||
podman tag ${HARBOR_REGISTRY}/pb-backend:$VERSION ${HARBOR_REGISTRY}/pb-backend:latest
|
||||
|
||||
echo "Building frontend image..."
|
||||
podman build --platform=linux/arm64 -t ${HARBOR_REGISTRY}/pb-frontend:$VERSION ./frontend
|
||||
podman build -t ${HARBOR_REGISTRY}/pb-frontend:$VERSION ./frontend
|
||||
podman tag ${HARBOR_REGISTRY}/pb-frontend:$VERSION ${HARBOR_REGISTRY}/pb-frontend:latest
|
||||
|
||||
echo "\nBuild complete. Images:"
|
||||
|
||||
Reference in New Issue
Block a user