1
0
Fork 0
mirror of synced 2024-06-18 18:34:51 +12:00

fix missing amd64 docker builds

This commit is contained in:
Nick Sweeting 2020-11-23 23:12:27 -05:00 committed by GitHub
parent e0b0811462
commit a1cd8a5217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,6 @@ jobs:
archivebox/archivebox:${{ github.sha }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
platforms: linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v7
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}