Files
detections/.woodpecker/build-arm.yml
T
Oleksandr Bezdieniezhnykh cd1c1855d9 Switch to Woodpecker CI
Made-with: Cursor
2026-04-10 01:28:47 +03:00

15 lines
348 B
YAML

when:
branch: [stage, main]
labels:
platform: arm64
steps:
- name: build-push
image: docker
commands:
- docker build -f Dockerfile.jetson -t localhost:5000/detections:${CI_COMMIT_BRANCH}-arm .
- docker push localhost:5000/detections:${CI_COMMIT_BRANCH}-arm
volumes:
- /var/run/docker.sock:/var/run/docker.sock