Skip to content

Commit ab43c97

Browse files
authored
makeに
1 parent 1afb766 commit ab43c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
git clone https://github.com/cloudflare/cloudflared -b ${{needs.check.outputs.ver}} ../src
4242
cd ../src
43-
GOOS=linux GOARCH=mipsle GOMIPS=softfloat go build -trimpath -ldflags "-s -w" ./cmd/cloudflared/.
43+
GOOS=linux GOARCH=mipsle GOMIPS=softfloat make cloudflared
4444
mv cloudflared cloudflared-linux-mipsle
4545
-
4646
name: Release

0 commit comments

Comments
 (0)