Packages should be built for all architectures

This commit is contained in:
tlimoncelli@stackexchange.com
2015-06-14 19:33:21 -04:00
parent e79f87f9b3
commit 161117242e
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ done
# Build the DEB: # Build the DEB:
cd "$OUTPUTDIR" && fpm -s dir -t deb \ cd "$OUTPUTDIR" && fpm -s dir -t deb \
-a x86_64 \ -a all \
-n "${PACKAGENAME}" \ -n "${PACKAGENAME}" \
--epoch "${PKGEPOCH}" \ --epoch "${PKGEPOCH}" \
--version "${PKGVERSION}" \ --version "${PKGVERSION}" \

View File

@@ -58,7 +58,7 @@ done
# Build the RPM: # Build the RPM:
cd "$OUTPUTDIR" && fpm -s dir -t rpm \ cd "$OUTPUTDIR" && fpm -s dir -t rpm \
-a x86_64 \ -a all \
-n "${PACKAGENAME}" \ -n "${PACKAGENAME}" \
--epoch "${PKGEPOCH}" \ --epoch "${PKGEPOCH}" \
--version "${PKGVERSION}" \ --version "${PKGVERSION}" \