You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
329 B
8 lines
329 B
gold-docker-image: aggregator
|
|
# Set the build context to the current work dir, so we can copy
|
|
# the built binary to where we need it.
|
|
docker build -t gold-lottie-web-puppeteer -f ./docker/gold-lottie-web-puppeteer/Dockerfile .
|
|
|
|
aggregator:
|
|
mkdir -p ./tmp
|
|
CGO_ENABLED=0 GOOS=linux go build -o ./tmp/gold-aggregator -a ./gold/
|