Remove arm/v6 and v7 from the Docker builds (#1822)

* added platforms to actions, install libc6-compat for pi

* fix build problem for now. https://github.com/gollum/gollum/runs/6248371141
This commit is contained in:
Andreas Wachter
2022-05-03 17:15:09 +02:00
committed by GitHub
parent bc3503f374
commit ddc7dba0a2
+1 -1
View File
@@ -45,6 +45,6 @@ jobs:
tags: ${{ env.DEPLOY_NAME }} tags: ${{ env.DEPLOY_NAME }}
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/amd64, linux/arm64, linux/arm/v7, linux/arm/v6 platforms: linux/amd64, linux/arm64
- name: Image digest - name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }} run: echo ${{ steps.docker_build.outputs.digest }}