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" {
50
50
_cargo := ' just-cargo profile=' + profile + ' target=' + _target + ' toolchain=' + toolchain
51
51
52
52
_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 { ' ' }
55
55
_package_dir := " target/package" / _package_name
56
56
shasum := " shasum -a 256"
57
57
You can’t perform that action at this time.
0 commit comments