You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few months ago PR #303 was merged, but no artifacts have been built since, I think because tags are not being pushed. I ran git tag -a tag_name -m 'tag_name' and git push origin --follow-tags on the branch I wanted and it worked on my fork. Either that, or the release workflow can be changed to trigger on new release/* branches.
One more thing, I found that for some reason the binary only has -rw------- permissions by default when added to a docker container, I don't know if there needs to be a chmod u+x command in the build or what best practice is.
The text was updated successfully, but these errors were encountered:
A few months ago PR #303 was merged, but no artifacts have been built since, I think because tags are not being pushed. I ran
git tag -a tag_name -m 'tag_name'
andgit push origin --follow-tags
on the branch I wanted and it worked on my fork. Either that, or the release workflow can be changed to trigger on newrelease/*
branches.One more thing, I found that for some reason the binary only has
-rw-------
permissions by default when added to a docker container, I don't know if there needs to be achmod u+x
command in the build or what best practice is.The text was updated successfully, but these errors were encountered: