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
- Host: GitHub
- URL: https://github.com/thxcode/golang
- Owner: thxCode
- Archived: true
- Created: 2022-01-07T02:42:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T04:22:11.000Z (over 2 years ago)
- Last Synced: 2025-02-13T02:52:16.984Z (10 months ago)
- Language: Shell
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
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
```