mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-04 08:04:25 +02:00
workflows/docker: add arm build targets back
This commit is contained in:
parent
50f312fc71
commit
f57c08785e
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user