File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3333 go get -v github.com/gobuffalo/packr/packr
3434 GOOS=linux GOARCH=amd64 packr build -o ../../release/ssl-remote-control_linux_amd64
3535 GOOS=linux GOARCH=arm packr build -o ../../release/ssl-remote-control_linux_arm
36+ GOOS=linux GOARCH=arm64 packr build -o ../../release/ssl-remote-control_linux_arm64
3637 GOOS=darwin GOARCH=amd64 packr build -o ../../release/ssl-remote-control_darwin_amd64
3738 GOOS=windows GOARCH=amd64 packr build -o ../../release/ssl-remote-control_windows_amd64.exe
3839 - run :
5657 command : |
5758 mv ssl-remote-control_linux_amd64 ssl-remote-control_${CIRCLE_TAG}_linux_amd64
5859 mv ssl-remote-control_linux_arm ssl-remote-control_${CIRCLE_TAG}_linux_arm
60+ mv ssl-remote-control_linux_arm64 ssl-remote-control_${CIRCLE_TAG}_linux_arm64
5961 mv ssl-remote-control_darwin_amd64 ssl-remote-control_${CIRCLE_TAG}_darwin_amd64
6062 mv ssl-remote-control_windows_amd64.exe ssl-remote-control_${CIRCLE_TAG}_windows_amd64.exe
6163 mv bootstrap.tar.gz bootstrap_${CIRCLE_TAG}.tar.gz
You can’t perform that action at this time.
0 commit comments