From 900fe18a117daa9ce023529b006f122ad4116749 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 21 Apr 2024 03:45:43 +0300 Subject: [PATCH] Update .drone.jsonnet --- .drone.jsonnet | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 2aa2870..a457220 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -130,16 +130,16 @@ local windows_pipeline(name, image, environment, arch = "amd64") = ), linux_pipeline( - "Linux 20.04 GCC 9 ARM64 32/64", + "Linux 20.04 GCC 9 ARM64", "cppalliance/droneubuntu2004:multiarch", - { TOOLSET: 'gcc', COMPILER: 'g++', CXXSTD: '11,14,17,2a', ADDRMD: '32,64' }, + { TOOLSET: 'gcc', COMPILER: 'g++', CXXSTD: '11,14,17,2a' }, arch="arm64", ), linux_pipeline( - "Linux 20.04 GCC 9 S390x 32/64", + "Linux 20.04 GCC 9 S390x", "cppalliance/droneubuntu2004:multiarch", - { TOOLSET: 'gcc', COMPILER: 'g++', CXXSTD: '11,14,17,2a', ADDRMD: '32,64' }, + { TOOLSET: 'gcc', COMPILER: 'g++', CXXSTD: '11,14,17,2a' }, arch="s390x", ),