Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit 3a1592a

Browse files
author
Michael Penick
committed
Updated RPM package to use x86_64 instead of amd64
1 parent 801eb59 commit 3a1592a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/build_rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function check_command {
1212
# 'redhat-rpm-config' needs to be installed for the 'debuginfo' package
1313
check_command "rpmbuild" "rpm-build"
1414

15-
arch="amd64"
15+
arch="x86_64"
1616
if [[ ! -z $1 ]]; then
1717
arch=$1
1818
fi

0 commit comments

Comments
 (0)