Skip to content

Commit

Permalink
More changes to make workflows architecture agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed May 6, 2024
1 parent 146f51d commit ad7eb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/o2-full-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
*) repo_suffix=_$DISTRO. ;;
esac
rclone --config /tmp/rclone.conf --transfers=10 --progress --delete-before \
sync local:./ "rpms3:alibuild-repo/RPMS/o2-full-deps${repo_suffix}x86-64/"
sync local:./ "rpms3:alibuild-repo/RPMS/o2-full-deps${repo_suffix}$(uname -m | tr _ -)/"
deb-ubuntu:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ad7eb17

Please sign in to comment.