mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 04:56:28 -08:00
Buildx is saying environment cannot do multi-arch... need to figure that out.
This commit is contained in:
parent
ecc06a59af
commit
b27abe8a86
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue