mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-09 05:00:44 +00:00
7 lines
266 B
Bash
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"
|