Skip to content

.debs built by running fpm on github actions

Notifications You must be signed in to change notification settings

frankfarmer/public-fpm-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fpm-recipes

This repo builds debs by running fpm-cookery on the Github Actions platform. Debs can be downloaded directly from github after every push

The build is located in .github/workflows/bionic.yaml

Debugging

For debugging, it's possible to run the action locally using nektos/act (the act project is new and actively developed as of 2020 and thus can be unstable in some edge cases)

The included makefile includes shortcuts for getting a shell into a failed local build container:

make build || make debug-shell