diff options
author | Nathaniel Kierpiec <nkierpiec@chef.io> | 2021-07-16 14:38:38 -0400 |
---|---|---|
committer | Nathaniel Kierpiec <nkierpiec@chef.io> | 2021-07-16 14:38:38 -0400 |
commit | c0d2545060a09668367b34e67fd5bf1b7766f29f (patch) | |
tree | 3ee6973e490c800783273a8e55de8dbccc4aa8b1 /.expeditor | |
parent | 1eaa82c5dce935aa891e9beb4aa390da00073359 (diff) | |
download | chef-c0d2545060a09668367b34e67fd5bf1b7766f29f.tar.gz |
test arm64 docker builds
Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/docker-build.pipeline.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.expeditor/docker-build.pipeline.yml b/.expeditor/docker-build.pipeline.yml new file mode 100644 index 0000000000..5d15bb27f2 --- /dev/null +++ b/.expeditor/docker-build.pipeline.yml @@ -0,0 +1,23 @@ +--- +env: + IMAGE_REGISTRY: chef + BUILDKITE_PLUGIN_DOBI_S3_BUCKET_NAME: docker-buildkite-cache-chef-prod +steps: +- id: chef + label: ":docker: build chef" + agents: + queue: docker-linux + plugins: + - chef/dobi#v0.1.1: + tasks: + - chef:build + - chef:tag +- id: chef-arm64 + label: ":docker: build chef arm64" + agents: + queue: docker-linux-arm64 + plugins: + - chef/dobi#v0.1.1: + tasks: + - chef:build + - chef:tag
\ No newline at end of file |