-
Notifications
You must be signed in to change notification settings - Fork 25
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
Image is outdated on Docker Hub #4
Comments
i just pushed the missing stable releases. |
Thank you very much updating! In order to help you with the tagging you will have to describe or add to documentation of this repo, how the GitHub Actions CI pipeline is triggered. How do you get the releases from both SoftEther source repositories? |
I was hoping to get this done by tagging a commit with the respective version but receiving |
As my understanding
|
Probably we should implement something like https://github.com/peter-evans/repository-dispatch to trigger actions on tagging in the stable and dev repository so we never miss a release. @chipitsine what do you think? |
I tried to move your build definitions to my fork of SE VPN currently I'm struggling with alpine segfaults on qemu: docker/build-push-action#1319 yep, I noticed self-hosted "ARM64" runner attached by you. if we won't be able to figure out how to build arm64 on github hosted, we'll think about it. but I beleive building on github hosted runner is something very-very-very common. stay tuned. btw, if you can review my approach, I'll appreciate it (I tried to borrow your implementation and pack into matrix) also, I keep in mind, if we will not manage moving build definitions to the main repo, say in 1-2 weeks, we'll implement a trigger mentioned by you |
Matrix seems to be a nice way, hope you find a solution for the segfault thing, IMHO this is down to the BLAKE2 way of getting CPUinfo and misses SSE2 on ARM. |
it failed because of qemu bug (fixed, but qemu is not updated) https://github.com/chipitsine/SoftEtherVPN/actions/runs/13229596049/job/36924891267 btw, we'll need to use better approach of "RUN git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git" in Dockerfile |
@weidi , what I didn't try yet - what happens on tagged branch (pushing to master seems work ok). tagged I'll test after merge |
The latest published stable tag on Docker Hub is v4.39-9772-beta.
However, in the meantime there have been three more stable releases:
Will these releases be published to Docker Hub? I'd be happy to contribute a PR if necessary.
The text was updated successfully, but these errors were encountered: