Skip to content

Commit

Permalink
Update dnsproxy-arm64.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanrags authored Jul 13, 2024
1 parent ac99b31 commit 48ef03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsproxy-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ wget -O - https://musl.cc/aarch64-linux-musl-native.tgz | tar -xz

cd /code

CC=/aarch64-linux-musl-native/bin/aarch64-linux-musl-gcc go build -ldflags='-s -w -linkmode external -extldflags "-static"' -buildvcs=false
CC=/aarch64-linux-musl-native/bin/aarch64-linux-musl-gcc go build -ldflags='-buildid= -s -w -linkmode external -extldflags "-static"' -buildvcs=false

0 comments on commit 48ef03c

Please sign in to comment.