From be2222adeac67763c85811565c5e457035f9af18 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Mon, 6 Apr 2026 19:09:10 +0300 Subject: [PATCH] update workflows --- .github/workflows/build-rpm-armhf.yml | 6 +++--- .github/workflows/build-rpm-x86-64.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-rpm-armhf.yml b/.github/workflows/build-rpm-armhf.yml index f8936ff..8d8684f 100644 --- a/.github/workflows/build-rpm-armhf.yml +++ b/.github/workflows/build-rpm-armhf.yml @@ -1,4 +1,4 @@ -name: RPM build x86-64 +name: RPM build arm on: push: @@ -31,7 +31,7 @@ jobs: sudo dpkg --add-architecture armhf echo "Types: deb" >~/armhf.sources echo "URIs: http://ports.ubuntu.com/ubuntu-ports/" >>~/armhf.sources - echo "Suites: noble noble-updates noble-security" >>~/armhf.sources + echo "Suites: noble noble-updates" >>~/armhf.sources echo "Components: main restricted universe multiverse" >>~/armhf.sources echo "Architectures: armhf" >>~/armhf.sources echo "Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg" >>~/armhf.sources @@ -51,7 +51,7 @@ jobs: cd ~/rpmbuild/SPECS rpmbuild -ba --define "_arch arm" --define "cross yes" --target=arm-linux-gnueabi 3proxy-$RELEASE.spec cd $ret - mv ~/rpmbuild/RPMS/arm/3proxy-$RELEASE-1.arm.rpm ../3proxy-$RELEASE.arm.rpm + mv ~/rpmbuild/RPMS/arm/3proxy-$RELEASE-1.arm.rpm 3proxy-$RELEASE.arm.rpm - name: Get artifact uses: actions/upload-artifact@v4 with: diff --git a/.github/workflows/build-rpm-x86-64.yml b/.github/workflows/build-rpm-x86-64.yml index 8bd08d5..ce3570c 100644 --- a/.github/workflows/build-rpm-x86-64.yml +++ b/.github/workflows/build-rpm-x86-64.yml @@ -42,7 +42,7 @@ jobs: cd ~/rpmbuild/SPECS rpmbuild -ba 3proxy-$RELEASE.spec cd $ret - mv ~/rpmbuild/RPMS/x86_64/3proxy-$RELEASE-1.x86_64.rpm ../3proxy-$RELEASE.x86_64.rpm + mv ~/rpmbuild/RPMS/x86_64/3proxy-$RELEASE-1.x86_64.rpm 3proxy-$RELEASE.x86_64.rpm - name: Get artifact uses: actions/upload-artifact@v4 with: