From 82f37df16d6f8c282e9b982bbb270a787472caf3 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 linux 368 docker images Related to 6fe22aba395fa3ee7dde241014addf3d51c062d2 (cherry picked from commit da0e110ee4d5eead33ff5bad55708608a1a228cf) --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 17d6db4d3..37b61b68c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...