Add a workflow to build and upload F-Droid APKs as a Github artifact#2419
Merged
veloce merged 2 commits intolichess-org:mainfrom Jan 8, 2026
Merged
Add a workflow to build and upload F-Droid APKs as a Github artifact#2419veloce merged 2 commits intolichess-org:mainfrom
veloce merged 2 commits intolichess-org:mainfrom
Conversation
Collaborator
|
Hmm that build would include the firebase dependencies though, so I think it wouldn't be helpful for fdroid. does this do what we want instead? Maybe veloce also has to enable workflow runs for branches other than main somewhere in the repo settings |
Collaborator
|
Ahh, apparently workflows on other branches only work if the main branch also has the same workflow (https://stackoverflow.com/questions/67707244/how-to-test-github-workflow-without-merging-into-master-main-branch#comment138662509_77882618), nevermind my other comment then |
Collaborator
Author
|
This workflow uses |
Contributor
|
What is the goal of this? I mean for f-droid? Because I don't see why we need to upload the f-droid APK to GitHub. |
julien4215
added a commit
that referenced
this pull request
Jan 9, 2026
…2419) * Add a workflow to build and upload F-Droid APKs as a Github artifact * Add conditional to run job only on 'fdroid' branch --------- Co-authored-by: Vincent Velociter <423393+veloce@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I tried to add this workflow on the fdroid branch but it didn't appear in the Github interface so I think we have to add it on the main branch.
This was asked by the F-Droid team (https://gitlab.com/fdroid/fdroiddata/-/merge_requests/29372#note_2927842381) to check if it is easy to have reproducible builds.