An open API service indexing awesome lists of open source software.

https://github.com/thxcode/golang

Make golang build image
https://github.com/thxcode/golang

Last synced: 10 months ago
JSON representation

Make golang build image

Awesome Lists containing this project

README

          

# Golang Image for Windows

## Efficient Build via Terraform

With the support of [Alibaba Cloud](https://registry.terraform.io/providers/aliyun/alicloud/latest) and [Windbag](https://registry.terraform.io/providers/thxcode/windbag/latest), you can fairly easy to build the multi-release image of Windows.

### TL;DR

```bash

$ ACCESS_KEY="" \
SECRET_KEY="" \
HOST_IMAGE_LIST="" \
IMAGE_REPOSITORY="" \
IMAGE_NAME="golang" \
TAG="v0.0.0" \
DOCKER_USERNAME="" \
DOCKER_PASSWORD="" \
make golang package,deploy

```