Skip to content

Commit

Permalink
build(pacman): rv64 & armv7a
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed Mar 26, 2024
1 parent cea76fa commit 1106441
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pacman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- ppc64
# - loong64
# - i486
- i686
# - i686
# - x86
runs-on: ubuntu-latest
defaults:
Expand Down
4 changes: 3 additions & 1 deletion src/cross-build-pacman/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ set -feo pipefail
$cmd
tar -xvf p.tgz
cd aur-pacman-static/
sudo pacman -Sy
# sudo pacman -Sy
pacman-install openssl clang ||:
sed -E "/aarch64/ s@^(arch=).*@\1('riscv64' 'powerpc' 'powerpc64' 'powerpc64le' 'i486' 'i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')" -i PKGBUILD
makepkg -s --noconfirm --skippgpcheck
sudo mkdir -p /app
sudo cp pkg/pacman-static/usr/bin/pacman-*static /app
Expand Down

0 comments on commit 1106441

Please sign in to comment.