We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7879e commit 781e0efCopy full SHA for 781e0ef
Build/build.bat
@@ -55,5 +55,6 @@ echo "Build act.arm.linux64"
55
go build -o ..\act.arm.linux64 %Sources%
56
57
copy ..\act.win64.exe ..\act.exe /Y
58
+copy ..\act.linux64 ..\act.linux /Y
59
60
cd %startingDir%
Build/build.sh
@@ -22,6 +22,7 @@ echo "Build act.linux64"
22
export GOOS="linux"
23
export GOARCH="amd64"
24
go build -o ../act.linux64 $Sources
25
+cp ../act.linux64 ../act.linux
26
27
echo "Build act.linux32"
28
0 commit comments