-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
ci: Instead of Docker
use Nix
to build release
#8401
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Way to go @PsychoPunkSage
Hi @metaclips I need help in few things:
|
You can test on your repository, should be straightforward as you made changes only to the workflow that builds binaries, on your repository, this is the workflow that creates the draft binaries https://github.com/PsychoPunkSage/ockam/actions/workflows/release-draft-binaries.yml I use this website to learn more about Nix https://nix-community.github.io/awesome-nix/ |
Thank you for help :) Are there any changes required (in this PR)? |
Current behavior
Currently, we build ockam release assets (Nif build) using our Docker builder image,
Proposed changes
deprecate usage of docker and use Nix instead
Closes #5943