@dmnks commented on this pull request.
> + uses: actions/checkout@v4
+
+ - name: Build image
+ run: |
+ podman build --target base --tag rpm -f tests/Dockerfile .
+
+ - name: Create dist tarball(s)
+ run: |
+ mkdir _build
+ podman run -v $PWD:/srv:z --workdir /srv/_build --rm rpm sh -c \
+ "cmake -DENABLE_TESTSUITE=OFF -DWITH_DOXYGEN=ON .. && make dist"
+
+ - name: Create checksum file
+ working-directory: _build
+ run: |
+ sha256sum *.$DIST_EXT > SHA256SUM
Good point, and using `--tag` is indeed nicer (and more future proof) than
having the checksum type in the filename. I'll use your suggestion, thanks!
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3576#discussion_r1956346020
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3576/review/2618146...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint