-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
F-Droid #129
Comments
I don’t know much about F-droid, but is it possible to use github action to sync new version automatically when releasing a new version? If so, I can assist you with that. |
The F-Droid workflow is a little different. When you release a new version, a bot checks your repo and picks up the new version. Then a conrresponding build metadata is added and the buildserver builds it later. Then F-Droid publishes the apk built by the buildserver. If reproduicble build is enabled, F-Droid compares your apk with their apk and publish yours. |
Okay, it's fine if it can automatically sync new version. |
If it’s published, you can create a PR to update the F-Droid download link, thanks. |
I had a try but the build failed. https://gitlab.com/linsui/fdroiddata/-/jobs/4596348097 Do I need to set CC? |
you can try with newest code, gomobile build already fixed. |
It failed with the same error. https://gitlab.com/linsui/fdroiddata/-/jobs/4617213078 |
I’m not sure about this either, maybe it’s still an env problem, it build well on github action. |
Could I package this app for F-Droid?
The text was updated successfully, but these errors were encountered: