mirror of
https://github.com/kairos-io/entangle.git
synced 2025-08-18 16:22:25 +00:00
Build only on amd64
This commit is contained in:
parent
3007dbe917
commit
b73fa672a0
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
@ -58,6 +58,6 @@ jobs:
|
|||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.prep.outputs.tags }}
|
tags: ${{ steps.prep.outputs.tags }}
|
Loading…
Reference in New Issue
Block a user