We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
- name: Remove old release uses: dev-drprasad/delete-older-releases@v0.2.0 with: keep_latest: 7 delete_tags: true
The text was updated successfully, but these errors were encountered:
... 3. Add nongnu substitute for descreasing build time when add linux, this idea comes from starmun-0010 / guix-installer .
Isn't the nonguix substitute server added here? Or this affects only the initial installation?
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: