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

Related to 6fe22aba39
This commit is contained in:
kolaente
2024-11-10 16:13:25 +01:00
parent 4d79bab8f1
commit da0e110ee4

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
...