Can the build-and-publish-m2
script and its step in the release checklist be removed now?
#3040
-
I've been referencing the CI and release processes to try and get another rust cli tool up to snuff in the install options area, and when going through it all, it looks like all the nessicary github runners are being used in the release workflow, unless I'm missing something, so just want to double check that that's the case as I'm implementing similar workflows. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I believe so. But I'll do this if I get around to it during the next release. Note though that the release workflow has to be updated. Right now, it only has |
Beta Was this translation helpful? Give feedback.
I believe so. But I'll do this if I get around to it during the next release.
Note though that the release workflow has to be updated. Right now, it only has
x86-64
for macos, but it will also need Apple silicon (aarch64
).