File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
34
34
- name : Cross-Compile for Windows, macOS, and Linux
35
35
run : |
36
- env GOOS=windows GOARCH=amd64 go build -o ./build/cloud-init -decoder-windows-amd64.exe
37
- env GOOS=darwin GOARCH=amd64 go build -o ./build/cloud-init -decoder-darwin-amd64
38
- env GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -a -ldflags '-linkmode external -extldflags "-static"' -o ./build/cloud-init -decoder-linux-amd64
36
+ env GOOS=windows GOARCH=amd64 go build -o ./build/cloud-startup-data -decoder-windows-amd64.exe
37
+ env GOOS=darwin GOARCH=amd64 go build -o ./build/cloud-startup-data -decoder-darwin-amd64
38
+ env GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -a -ldflags '-linkmode external -extldflags "-static"' -o ./build/cloud-startup-data -decoder-linux-amd64
39
39
40
40
- name : Archive production artifacts
41
41
uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments