1
0
Fork 0
mirror of synced 2024-09-28 07:11:14 +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 }} archivebox/archivebox:${{ github.sha }}
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/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 - name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }} run: echo ${{ steps.docker_build.outputs.digest }}