From 7ecf66a8cdd9040144ae93af54fcf3cb2ea990c1 Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Sun, 5 Apr 2026 15:09:22 -0500 Subject: [PATCH] fix(ci): add make to arm64 host tools for OpenSSL vendored build openssl-src compiles OpenSSL from source and requires make. The old Debian image had it; it was not carried over to the Ubuntu 22.04 host tools list. --- .gitea/workflows/auto-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/auto-tag.yml b/.gitea/workflows/auto-tag.yml index b3ff1e20..6b7b7147 100644 --- a/.gitea/workflows/auto-tag.yml +++ b/.gitea/workflows/auto-tag.yml @@ -407,7 +407,7 @@ jobs: run: | # Step 1: Host tools + cross-compiler (all amd64, no multiarch yet) apt-get update -qq - apt-get install -y -qq curl git gcc g++ patchelf pkg-config perl jq \ + apt-get install -y -qq curl git gcc g++ make patchelf pkg-config perl jq \ gcc-aarch64-linux-gnu g++-aarch64-linux-gnu # Step 2: Multiarch — Ubuntu uses ports.ubuntu.com for arm64,