1
0
mirror of https://github.com/ribbybibby/ssl_exporter.git synced 2024-11-24 08:22:17 +02:00

build windows release (#43)

* build windows release

* build a release snapshot
This commit is contained in:
Rui Lopes 2020-08-19 22:35:49 +01:00 committed by GitHub
parent b2ed4e6d4e
commit b4b8471a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View File

@ -8,3 +8,17 @@ jobs:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build .
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.14.x
- name: Build release snapshot
run: make snapshot
- name: Archive release snapshot
uses: actions/upload-artifact@v2
with:
name: release-snapshot
path: |
bin/*.tar.gz
bin/*.txt
bin/*.yaml

View File

@ -6,6 +6,7 @@ builds:
goos:
- linux
- darwin
- windows
goarch:
- amd64
flags: