Commit Graph

8 Commits

Author SHA1 Message Date
Phil Elwell
0dea520e0e .github/workflows: Retain artifacts for 90 days
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
2023-01-25 15:02:54 +00:00
Phil Elwell
cc6be52977 .github/workflows: Switch to a matrix build
Remove the per-build duplication by putting build parameters in a
matrix.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
2023-01-24 11:58:03 +00:00
Phil Elwell
4d2aa9af6e .github/workflows: Correct kernel builds artifacts
Modify the kernel build workflow to create artifacts with the correct
names and structure, both as an example of what we expect and in case
anyone wants to use the output.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
2023-01-18 11:29:50 +00:00
Phil Elwell
66a2bcc2c1 .github/workflows: Set warnings-as-errors for builds
To avoid code with build warnings being introduced into the tree, force
CONFIG_WERROR=y in the build workflow.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
2023-01-13 15:20:32 +00:00
Dave Stevenson
356e1991b9 .github/workflows: Create workflow to CI kernel builds
Builds the bcmrpi, bcm2709, bcm2711, and bcm2835 32 bit kernels,
and defconfig and bcm2711 64bit kernels, saving the artifacts for
7 days.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
2022-12-07 20:34:31 +00:00
Dave Stevenson
8a41bf5b70 .github/workflows: Add dtoverlaycheck workflow
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
2022-12-07 14:01:54 +00:00
Andreas Blaesius
123c6d2d56 Use GitHubs issue form for bug reports
Use GitHubs issue form for bug reports.

- modern look
- user don't need to mess with given markdown parts while filling the issue template

Setup config.yml for general questions and problems with the Raspbian distribution packages.
2022-03-21 16:04:37 +00:00
James Hughes
d8abc05c7c Update issue templates (#2736) 2022-03-21 16:03:52 +00:00