1
0

fix(ci): do not build linux 368 docker images

Related to 6fe22aba395fa3ee7dde241014addf3d51c062d2

(cherry picked from commit da0e110ee4d5eead33ff5bad55708608a1a228cf)
This commit is contained in:
kolaente 2024-11-10 16:13:25 +01:00
parent dfd3e276ab
commit 82f37df16d
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -837,7 +837,6 @@ steps:
repo: vikunja/vikunja
tags: unstable
platforms:
- linux/386
- linux/amd64
- linux/arm/v6
- linux/arm/v7
@ -869,7 +868,6 @@ steps:
from_secret: docker_password
repo: vikunja/vikunja
platforms:
- linux/386
- linux/amd64
- linux/arm/v6
- linux/arm/v7
@ -1352,6 +1350,6 @@ steps:
- failure
---
kind: signature
hmac: 0cc8af10e08998aeae9137ccb2c081997542739e99ec1545c381f779951e0166
hmac: 7fc1cb2b0cfdc84d7eda25ce75dd56446fc01060c03af89c91043f095e92a2b3
...