summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2022-10-28workflow: update to checkout@v3Simon Horman
Use to checkout@v3 instead of checkout@v2 as the latter uses Node.js 12 actions which are deprecated. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ Signed-off-by: Simon Horman <horms@kernel.org>
2022-03-24github: run apt-get update before installing packagesSimon Horman
Refresh package database before installing dependencies to avoid failures due to trying to install older, no longer available, versions of packages. Signed-off-by: Simon Horman <horms@verge.net.au>
2021-04-02github: initial workflowSimon Horman
Initial github workflow which builds kexec on a range of architectures. Signed-off-by: Simon Horman <horms@verge.net.au>