Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd-diff: support passing in the architecture
This adds '--arch' argument to pass architecture you want to get information about. By default current arch is used. ``` $ uname -m x86_64 $ cosa diff --arch=s390x --from=41.20250101.20.0 --to=41.20250114.20.0 --rpms ostree diff commit from: c3fe29653cf0ebd1d093b1a55cf9ac79a386373e71f64c67769f904332ba0ca6 ostree diff commit to: 988aa49471f406354274bc013c1102004dad25000862df68472d6058fcb00f8b Upgraded: audit 4.0.2-1.fc41 -> 4.0.3-1.fc41 audit-libs 4.0.2-1.fc41 -> 4.0.3-1.fc41 ... ``` Issue: #3987
- Loading branch information