Skip to content

Commit

Permalink
clean up build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bcumming committed Apr 5, 2024
1 parent ffb496e commit b639949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
sudo rpmbuild --target=x86_64 --rebuild "$(find rpm-build/SRPMS -name '*.rpm' -type f -print -quit)" --define "_topdir $(pwd)/rpm-build"
find rpm-build -name '*.rpm' -type f -exec cp {} . \;
# aarch64
set -x
sudo rm -rf ./rpm-build
./rpm/generate-rpm.sh -s . -b rpm-build -a aarch64
rpmbuild -bs --define "_topdir rpm-build" --target=aarch64 rpm-build/SPECS/uenv.spec
Expand Down

0 comments on commit b639949

Please sign in to comment.