Saving the day for jslave on Alpine (asgard) #1

Open
pcaseiro wants to merge 4 commits from develop into master
1 changed files with 9 additions and 0 deletions
Showing only changes of commit a1eb7608ea - Show all commits

View File

@ -11,3 +11,12 @@ Finally create some symbolic link :
* ln -s /etc/init.d/dockerservice.$SERVICENAME pointing to /etc/init.d/dc.
Services can now be started/stopped via e.g. /etc/init.d/dockerservice.gitea start.
## Build an Alpine package
You need to install "nfpm" (https://nfpm.goreleaser.com/)
```
nfpm pkg --packager apk --target .
```