Packages should be built for all architectures
This commit is contained in:
@@ -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}" \
|
||||||
|
|||||||
@@ -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}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user