From 1b1cf764a2a3b2ef9f804797c6307c2eb9b54730 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Mon, 6 Apr 2026 19:10:20 +0300 Subject: [PATCH] Update build-rpm-armhf.yml --- .github/workflows/build-rpm-armhf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-rpm-armhf.yml b/.github/workflows/build-rpm-armhf.yml index 8d8684f..8d389aa 100644 --- a/.github/workflows/build-rpm-armhf.yml +++ b/.github/workflows/build-rpm-armhf.yml @@ -37,7 +37,7 @@ jobs: echo "Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg" >>~/armhf.sources sudo cp ~/armhf.sources /etc/apt/sources.list.d/armhf.sources sudo apt update - sudo apt install libssl-dev:armhf libpam-dev:armhf libpcre2-dev:armhfv rpm + sudo apt install libssl-dev:armhf libpam-dev:armhf libpcre2-dev:armhfv rpm crossbuild-essential-armhf - name: make rpmbuild dir run: mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS} - name: configure rpm env