mirror of
https://github.com/BretFisher/shpod.git
synced 2026-02-14 13:09:50 +00:00
remove linux/arm/v7 due to missing docker image
This commit is contained in:
3
.github/workflows/docker-build-and-push.yml
vendored
3
.github/workflows/docker-build-and-push.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user