take a look at env
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Build and publish container images / build-and-publish (push) Failing after 1m26s

This commit is contained in:
James Brumond 2023-08-16 15:09:11 -07:00
parent cee0d50be2
commit 9c57bacbee
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -20,8 +20,11 @@ jobs:
# with: # with:
# image: tonistiigi/binfmt:qemu-v6.0.0 # image: tonistiigi/binfmt:qemu-v6.0.0
- name: Install QEMU # - name: Install QEMU
run: sudo apt-get update && sudo apt-get install -y qemu-user-static # run: sudo apt-get update && sudo apt-get install -y qemu-user-static
- name: Debug
run: env
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2