Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some improve points maybe helpful #20

Open
ymfsing opened this issue Feb 13, 2023 · 0 comments
Open

Some improve points maybe helpful #20

ymfsing opened this issue Feb 13, 2023 · 0 comments

Comments

@ymfsing
Copy link

ymfsing commented Feb 13, 2023

  1. Add sha256sum in build.yaml and echo to release-notes.md
sha256sum ./guix-installer-$RELEASE_TAG.iso > ./guix-installer-$RELEASE_TAG.iso.sha256sum
echo "SHA256_ISO=$(cat ./guix-installer-$RELEASE_TAG.iso.sha256sum)" >> $GITHUB_ENV

echo $'SHA256 Checksums:\r\n\r\n```\r\n' >> release-notes.md
cat ./guix-installer-$RELEASE_TAG.iso.sha256sum >> release-notes.md
echo $'\r\n```' >> release-notes.md   
  1. Add GitHub action dev-drprasad/[email protected] for deleting older releases
- name: Remove old release
        uses: dev-drprasad/[email protected]
        with:
          keep_latest: 7
          delete_tags: true
  1. Add nongnu substitute for descreasing build time when add linux, this idea comes from starmun-0010 / guix-installer .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant