fix(ci): running out of memory, need to remove ARM
parent
c6da3f532b
commit
5f65b31f8b
|
|
@ -100,7 +100,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache/linux/amd64
|
cache-from: type=local,src=/tmp/.buildx-cache/linux/amd64
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue