brunodavi / brunodavi/flutter_cross_platform_ci_cd
Add Workflow for Building Linux Releases
- Dominant language
- C++
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Create a [GitHub Action][docs-gh-action] workflow (`build-linux-.yml`) to build a Linux applications
- Use [GH-Release][docs-gh-release] to upload the a release asset.
- Refer to this [example workflow][app-example] as a starting point.
- Test your workflow locally before submitting a Pull Request using [act][repo-act] with [Docker][docs-install-docker].
[docs-gh-action]: https://docs.github.com/en/actions
[docs-gh-release]: https://github.com/marketplace/actions/gh-release
[app-example]:
https://github.com/lyskouski/app-finance/blob/main/.github/workflows/build.yml
[repo-act]: https://github.com/nektos/act
[docs-install-docker]: https://docs.docker.com/engine/install
[docs-install-docker-windows]: https://docs.docker.com/engine/install/binaries/#install-server-and-client-binaries-on-windows
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the referenced example workflow in .github/workflows/build.yml and the repository's existing workflow files. Create .github/workflows/build-linux-.yml, test it locally with act and Docker, and verify that it builds the Linux application and uploads the release asset with GH-Release.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, flutter, github-actions
- Domain
- ci-cd, devops, release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100