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 ac27cf8 commit bae69dfCopy full SHA for bae69df
Makefile
@@ -121,6 +121,9 @@ build/coder-slim_$(VERSION).tar: build/coder-slim_$(VERSION)_checksums.sha1 $(CO
121
tar cf "../../../build/$(@F)" coder-*
122
popd
123
124
+ # delete the uncompressed binaries from the embedded dir
125
+ rm -f site/out/bin/coder-*
126
+
127
site/out/bin/coder.tar.zst: build/coder-slim_$(VERSION).tar.zst
128
cp "$<" "$@"
129
@@ -132,9 +135,6 @@ build/coder-slim_$(VERSION).tar.zst: build/coder-slim_$(VERSION).tar
132
135
-o "build/coder-slim_$(VERSION).tar.zst" \
133
136
"build/coder-slim_$(VERSION).tar"
134
137
- # delete the uncompressed binaries from the embedded dir
- rm site/out/bin/coder-*
-
138
# Redirect from version-less targets to the versioned ones. There is a similar
139
# target for slim binaries below.
140
#
0 commit comments