remove linux/arm/v7 due to missing docker image

This commit is contained in:
Bret Fisher
2022-01-14 14:58:55 -05:00
committed by GitHub
parent 950ab3c093
commit 6ac6db5baa

View File

@@ -86,7 +86,8 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
# had to remove linux/arm/v7 due to missing docker image
platforms: linux/amd64,linux/arm64
builder: ${{ steps.buildx.outputs.name }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new