fix(ci): do not build linuxx 368 docker images
Some checks failed
continuous-integration/drone/push Build is failing

Related to 6fe22aba395fa3ee7dde241014addf3d51c062d2
This commit is contained in:
kolaente 2024-11-10 16:13:25 +01:00
parent 4d79bab8f1
commit da0e110ee4
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -884,7 +884,6 @@ steps:
repo: vikunja/vikunja
tags: unstable
platforms:
- linux/386
- linux/amd64
- linux/arm/v6
- linux/arm/v7
@ -916,7 +915,6 @@ steps:
from_secret: docker_password
repo: vikunja/vikunja
platforms:
- linux/386
- linux/amd64
- linux/arm/v6
- linux/arm/v7
@ -1400,6 +1398,6 @@ steps:
- failure
---
kind: signature
hmac: e9c8b5dbbacec2777908d70408995135dfab758c01378c130f78ae21b9c2e644
hmac: 7fc1cb2b0cfdc84d7eda25ce75dd56446fc01060c03af89c91043f095e92a2b3
...