Skip to content

Commit

Permalink
More work to make workflows architecture independent
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed May 6, 2024
1 parent 96eb6a2 commit 7cdc46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/o2-full-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
*) deps=python3,git,python3-pyyaml,python3-requests,python3-distro ;;
esac
python3 setup.py bdist_rpm --requires "$deps"
cp dist/alibuild-*.noarch.rpm ~/rpmbuild/RPMS/x86_64/
cd ~/rpmbuild/RPMS/x86_64/
cp dist/alibuild-*.noarch.rpm ~/rpmbuild/RPMS/$(uname -m)/
cd ~/rpmbuild/RPMS/$(uname -m)/
createrepo .
ls -la
case "$DISTRO" in
Expand Down

0 comments on commit 7cdc46d

Please sign in to comment.