File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ _target := if os + '-' + arch == "linux-amd64" {
5050_cargo := ' just-cargo profile=' + profile + ' target=' + _target + ' toolchain=' + toolchain
5151
5252_target_dir := " target" / _target / profile
53- _target_bin := _target_dir / " linkerd2-proxy"
54- _package_name := " linkerd2-proxy-" + package_version + " -" + arch + ( if libc == ' musl' { ' -static' } else { ' ' }) + ( if os == ' windows ' { ' .exe ' } else { ' ' })
53+ _target_bin := _target_dir / " linkerd2-proxy" + if os == ' windows' { ' .exe' } else { ' ' }
54+ _package_name := " linkerd2-proxy-" + package_version + " -" + os + " -" + arch + if libc == ' musl ' { ' -static ' } else { ' ' }
5555_package_dir := " target/package" / _package_name
5656shasum := " shasum -a 256"
5757
You can’t perform that action at this time.
0 commit comments