From c590ab8eb1930e2e527a3dff5a1ac15716837a18 Mon Sep 17 00:00:00 2001 From: azlux Date: Tue, 24 Oct 2023 17:27:44 +0200 Subject: [PATCH] Remove arm 32bits build Removed since there are no node build for armv6 anymore --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9dfbfbe..1abcc78 100644 --- a/.drone.yml +++ b/.drone.yml @@ -122,7 +122,7 @@ steps: privileged: true settings: repo: azlux/botamusique - platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 + platforms: linux/amd64,linux/arm64,linux/arm/v7 username: from_secret: docker_username password: @@ -147,7 +147,7 @@ steps: privileged: true settings: repo: azlux/botamusique - platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 + platforms: linux/amd64,linux/arm64,linux/arm/v7 username: from_secret: docker_username password: