docker: skip build armv7
This commit is contained in:
parent
2e54e36028
commit
52b11bc656
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ steps.meta-ordinary.outputs.tags }}
|
||||
labels: ${{ steps.meta-ordinary.outputs.labels }}
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
cache-from: type=gha,scope=docker-release
|
||||
cache-to: type=gha,mode=max,scope=docker-release
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue