From 6dfe36da6d9c6b74135929bfc95f4ba5fe110cb9 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Thu, 26 Aug 2021 10:52:02 +0200 Subject: [PATCH] update openssl test update openssl test Signed-off-by: Bensuperpc --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a809ff..119346a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -119,21 +119,21 @@ jobs: stockfish: "no", stockfish_arg: "", openssl: "yes", - openssl_arg: "", + openssl_arg: "linux-armv6", } - { image: "linux-armv6-lts", stockfish: "no", stockfish_arg: "", openssl: "yes", - openssl_arg: "", + openssl_arg: "linux-armv6", } - { image: "linux-armv6-musl", stockfish: "no", stockfish_arg: "", openssl: "yes", - openssl_arg: "", + openssl_arg: "linux-armv6", } # Linux armv7 images - { @@ -171,28 +171,28 @@ jobs: stockfish: "yes", stockfish_arg: "ARCH=x86-64-modern", openssl: "yes", - openssl_arg: "", + openssl_arg: "linux-x86_64", } - { image: "linux-x64-tinycc", stockfish: "yes", stockfish_arg: "ARCH=x86-64-modern", openssl: "yes", - openssl_arg: "", + openssl_arg: "linux-x86_64", } - { image: "linux-x64-clang", stockfish: "yes", stockfish_arg: "ARCH=x86-64-modern COMP=clang", openssl: "yes", - openssl_arg: "", + openssl_arg: "linux-x86_64", } - { image: "linux-x86_64-full", stockfish: "yes", stockfish_arg: "ARCH=x86-64-modern", openssl: "yes", - openssl_arg: "", + openssl_arg: "linux-x86_64", } # Linux riscv images - {