Buildx is saying environment cannot do multi-arch... need to figure that out.

This commit is contained in:
James Wells 2021-05-22 08:40:09 -07:00
parent ecc06a59af
commit b27abe8a86
Signed by: jwells
GPG key ID: 73196D10B8E65666

View file

@ -48,7 +48,8 @@ steps:
# - @TODO I really don't know how to do unit tests. Will need to figure this out eventually.
### Build test container.
- docker buildx build --platform linux/arm/v7,linux/amd64,linux/arm64 --progress plain -t ${DRONE_REPO}:${DRONE_COMMIT} .
# - docker buildx build --platform linux/arm/v7,linux/amd64,linux/arm64 --progress plain -t ${DRONE_REPO}:${DRONE_COMMIT} .
- docker buildx build --platform linux/amd64 --progress plain -t ${DRONE_REPO}:${DRONE_COMMIT} .
- name: Notify Datadog