2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-09-09 05:00:44 +00:00
Files
xcat-core/build-utils/rpm-architectures.sh
T
2026-09-01 10:50:24 -03:00

7 lines
266 B
Bash

#!/bin/sh
# Architecture sets shared by the RPM build entry points and their tests.
XCAT_CORE_RPM_ARCHES="x86_64 ppc64 ppc64le s390x aarch64 riscv64"
XCAT_LOCAL_RPM_ARCHES="x86_64 ppc64 s390x aarch64 riscv64"
XCAT_LOCAL_COLLECT_ARCHES="noarch x86_64 ppc64 riscv64"