summaryrefslogtreecommitdiff
path: root/.expeditor/docker-build.pipeline.yml
blob: 8b8d559422ad6a4c4209e7c37c2a7b7bf28eed6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
steps:
- label: ":docker: build chef amd64"
  agents:
    queue: docker-linux
  command: .expeditor/build-docker-images.sh amd64

- label: ":docker: build chef arm64"
  agents:
    queue: docker-linux-arm64
  command: .expeditor/build-docker-images.sh arm64

- wait

- label: ":docker: create manifest for multi arch"
  command: .expeditor/docker-manifest-create.sh