How are release artifacts attached? #4899
-
|
Howdy! I'm curious what the release process is for attaching the artifacts to each release (i.e. on https://github.com/opencontainers/runc/releases/tag/v1.3.1). I'm not seeing a Github action that would setup the release and attach the artifacts. Is a maintainer taking the artifacts from the I'm curious in the process as it doesn't seem to be outlined in the docs as far as I can find and am testing out changes over on a fork. Thanks for your time! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I run As Go builds are reproducible (though there are aspects to this we could improve such as including a copy of the container image used for the build) users can independently verify that the binaries genuinely come from the source code. There are two reasons why I still have a manual process for this:
|
Beta Was this translation helpful? Give feedback.
I run
make [email protected] releaseallon my local machine and upload the artefacts.As Go builds are reproducible (though there are aspects to this we could improve such as including a copy of the container image used for the build) users can independently verify that the binaries genuinely come from the source code.
There are two reasons why I still have a manual process for this: