From 37849ee37cfe6a4015b4a8ec10f902e3284f9b95 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Mon, 7 Apr 2025 23:16:00 +0200 Subject: [PATCH] build: also produce a `clang-release-lto` artifact --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c291dc6f..6ec81bc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -344,6 +344,12 @@ jobs: # - arch: arm64v8 # dist: alpine # build_type: gcc-release-lto-ninja-static + - arch: amd64 + dist: alpine + build_type: clang-release-lto-ninja-static + - arch: arm64v8 + dist: alpine + build_type: clang-release-lto-ninja-static - arch: amd64 dist: alpine build_type: clang-relsize-lto-ninja-static