Skip to content

Commit 679d296

Browse files
Fix Linux release bin build (#6)
Signed-off-by: Jordi Clariana <[email protected]>
1 parent 0ef579e commit 679d296

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hack/build-all-ankorstore.bash

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ GO_BUILD_LDFLAGS="-s -w -X main.commitHash=${COMMIT_HASH} -X main.buildDate=${DA
3131

3232
if [[ -z "${DEVSPACE_BUILD_PLATFORMS}" ]]; then
3333
DEVSPACE_BUILD_PLATFORMS="linux darwin"
34-
DEVSPACE_BUILD_PLATFORMS="darwin"
3534
fi
3635

3736
if [[ -z "${DEVSPACE_BUILD_ARCHS}" ]]; then

0 commit comments

Comments
 (0)