mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-05-25 16:00:35 +00:00
20 lines
539 B
YAML
20 lines
539 B
YAML
services:
|
|
integration-runner:
|
|
image: golang:1.25-bookworm
|
|
working_dir: /workspace
|
|
entrypoint: ["bash", "-c"]
|
|
volumes:
|
|
- ${INTEGRATION_REPO_ROOT}:/workspace
|
|
- picoclaw-integration-gocache:/go-build-cache
|
|
- picoclaw-integration-gomodcache:/go-mod-cache
|
|
environment:
|
|
GOCACHE: /go-build-cache
|
|
GOMODCACHE: /go-mod-cache
|
|
GOTOOLCHAIN: local
|
|
CGO_ENABLED: "0"
|
|
GOFLAGS: -tags=goolm,stdjson,integration
|
|
|
|
volumes:
|
|
picoclaw-integration-gocache:
|
|
picoclaw-integration-gomodcache:
|