remove arm build
This commit is contained in:
parent
07ab1fb40d
commit
effabd412b
4
.github/workflows/build-app-image.yml
vendored
4
.github/workflows/build-app-image.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
|||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64
|
||||||
cache-from: type=gha,scope=${{ github.workflow }}
|
cache-from: type=gha,scope=${{ github.workflow }}
|
||||||
cache-to: type=gha,mode=max,scope=${{ github.workflow }}
|
cache-to: type=gha,mode=max,scope=${{ github.workflow }}
|
||||||
|
|
||||||
@ -99,6 +99,6 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta-develop.outputs.tags }}
|
tags: ${{ steps.meta-develop.outputs.tags }}
|
||||||
labels: ${{ steps.meta-develop.outputs.labels }}
|
labels: ${{ steps.meta-develop.outputs.labels }}
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64
|
||||||
cache-from: type=gha,scope=${{ github.workflow }}
|
cache-from: type=gha,scope=${{ github.workflow }}
|
||||||
cache-to: type=gha,mode=max,scope=${{ github.workflow }}
|
cache-to: type=gha,mode=max,scope=${{ github.workflow }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user