mirror of
https://github.com/kairos-io/entangle.git
synced 2025-08-18 08:10:57 +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 }}
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: ${{ steps.prep.outputs.tags }}
|
Loading…
Reference in New Issue
Block a user