test buildx multiarch support #13

Merged
xoxys merged 10 commits from buildx into main 2021-01-09 23:47:29 +00:00
Showing only changes of commit 9992d99ddc - Show all commits

View File

@ -27,6 +27,13 @@ platform:
arch: amd64 arch: amd64
steps: steps:
- name: wait-for
image: jdrouet/docker-with-buildx:stable
commands:
- wait-for dind:2375
environment:
WAITFOR_TIMEOUT: 60
- name: dryrun - name: dryrun
image: jdrouet/docker-with-buildx:stable image: jdrouet/docker-with-buildx:stable
commands: commands:
@ -183,6 +190,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: dddb86bc5f442e55752da00c78dd314ac7311513aa299caff92af7735730f4df hmac: 4054f37d8ffac079adb44abb995554768d7b8924f3007f5691b7e1e7f5699281
... ...