Skip to content

drone-plug/drone-deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drone-deb WIP

Drone plugin for simple debian dpkg (.deb) file packaing. For usage information and a listing of the available options please take a look at the docs.

Build

Build the binary with the following command:

go build

Run tests

Run the tests locally using drone cli's exec command:

drone exec

Docker

Build the docker image with the following commands:

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo
docker build -t plugins/deb .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published