Skip to content

Commit 48edc55

Browse files
committed
Not use SRPM
1 parent 840607e commit 48edc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
echo "GPG_KEY_ID=${GPG_KEY_ID}" >> ${GITHUB_ENV}
279279
if [ "${TASK_NAMESPACE}" = "yum" ]; then
280280
repositories_dir=dev/tasks/linux-packages/apache-arrow-release/yum/repositories
281-
rpm2cpio ${repositories_dir}/*/*/*/Packages/apache-arrow-release-*.rpm |
281+
rpm2cpio ${repositories_dir}/*/*/*/Packages/apache-arrow-release-*.noarch.rpm |
282282
cpio -id
283283
mv etc/pki/rpm-gpg/RPM-GPG-KEY-Apache-Arrow \
284284
dev/tasks/linux-packages/KEYS

0 commit comments

Comments
 (0)