ci/docker: remove armv7 as build platform
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run service tests / test service functionality (push) Waiting to run
Run service tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run

fuck fucking armv7 FUCKKKKK
This commit is contained in:
wukko 2024-11-02 23:39:46 +06:00
parent 7fbb7ee5e6
commit b88abdd94b
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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 }}