mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-14 12:19:59 +00:00
ci/docker: remove armv7 as build platform
fuck fucking armv7 FUCKKKKK
This commit is contained in:
parent
7fbb7ee5e6
commit
b88abdd94b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
Loading…
Reference in a new issue