Commit 746078a 1 parent 668a8b5 commit 746078a Copy full SHA for 746078a
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ install_dependency:
17
17
# upx
18
18
sudo apt install -y upx
19
19
20
+ install_dependency_github_action :
21
+ sudo apt install go-bindata
22
+
20
23
prepare :
21
24
bash -c " [[ -d termites ]] || mkdir termites"
22
25
bash -c " [[ -d build ]] || mkdir build"
@@ -41,7 +44,7 @@ build_platypus: collect_resource
41
44
env go build -o build/platypus platypus.go
42
45
find build -type f -executable | xargs upx
43
46
44
- release : collect_resource
47
+ release : install_dependency_github_action collect_resource
45
48
env GOOS=linux GOARCH=amd64 go build -o ./build/Platypus_linux_amd64 platypus.go
46
49
env GOOS=darwin GOARCH=amd64 go build -o ./build/Platypus_darwin_amd64 platypus.go
47
50
env GOOS=windows GOARCH=amd64 go build -o ./build/Platypus_windows_amd64.exe platypus.go
You can’t perform that action at this time.
0 commit comments