Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 559 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 559 Bytes

ggz-packer

Build Status

Build Automated Machine Images

validate json file

$ packer validate ggz-aws.json

build first image

$ packer build \
  -var 'aws_access_key=YOUR ACCESS KEY' \
  -var 'aws_secret_key=YOUR SECRET KEY' \
  -var 'region=ap-southeast-1' \
  ggz-aws.json

Testing

To turn caching off, you can use the GOCACHE environment variable and set it to off:

GOCACHE=off go test -timeout 30m ./...