mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 18:04:03 +00:00
alpine: enable multi-arch builds
Now that amd64 dependencies have been removed we can use the correct architecture specifier for Alpine packaging metadata in order to build packages for all supported platforms. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
8576ceef01
commit
2f2d32a841
@ -1,10 +1,10 @@
|
|||||||
# Maintainer: Arthur Jones <arthur.jones@riverbed.com>
|
# Maintainer: Arthur Jones <arthur.jones@riverbed.com>
|
||||||
pkgname=frr
|
pkgname=frr
|
||||||
|
arch="all"
|
||||||
pkgver=@VERSION@
|
pkgver=@VERSION@
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="FRRouting is a fork of quagga"
|
pkgdesc="FRRouting is a fork of quagga"
|
||||||
url="https://frrouting.org/"
|
url="https://frrouting.org/"
|
||||||
arch="x86_64"
|
|
||||||
license="GPL-2.0"
|
license="GPL-2.0"
|
||||||
depends="json-c c-ares ipsec-tools iproute2 python3 py-ipaddr bash"
|
depends="json-c c-ares ipsec-tools iproute2 python3 py-ipaddr bash"
|
||||||
makedepends="ncurses-dev net-snmp-dev gawk texinfo perl
|
makedepends="ncurses-dev net-snmp-dev gawk texinfo perl
|
||||||
|
Loading…
Reference in New Issue
Block a user