https://github.com/appleboy/drone-packer
drone plugin for build Automated Machine Images
https://github.com/appleboy/drone-packer
drone drone-ci drone-plugin packer
Last synced: 6 months ago
JSON representation
drone plugin for build Automated Machine Images
- Host: GitHub
- URL: https://github.com/appleboy/drone-packer
- Owner: appleboy
- License: mit
- Created: 2018-07-04T07:47:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T01:07:05.000Z (12 months ago)
- Last Synced: 2025-04-10T08:31:51.833Z (6 months ago)
- Topics: drone, drone-ci, drone-plugin, packer
- Language: Go
- Size: 1.3 MB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# drone-packer
[](https://godoc.org/github.com/appleboy/drone-packer)
[](https://github.com/appleboy/drone-packer/actions/workflows/lint.yml)
[](https://codecov.io/gh/appleboy/drone-packer)
[](https://goreportcard.com/report/github.com/appleboy/drone-packer)
[](https://hub.docker.com/r/appleboy/drone-packer/)Drone plugin for build Automated machine images with [Packer](https://www.packer.io/). For the usage information and a listing of the available options please take a look at [the docs](http://plugins.drone.io/appleboy/drone-packer/).
## Build
Build the binary with the following commands:
```sh
make build
```