compose.yaml 149 B

123456789
  1. services:
  2. platforms:
  3. image: build-test-platform:test
  4. build:
  5. context: .
  6. platforms:
  7. - linux/amd64
  8. - linux/arm64