From da0e110ee4d5eead33ff5bad55708608a1a228cf Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 10 Nov 2024 16:13:25 +0100 Subject: [PATCH] fix(ci): do not build linuxx 368 docker images Related to 6fe22aba395fa3ee7dde241014addf3d51c062d2 --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 585ee7268..1879f155a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...