Skip to content

Commit

Permalink
Fix Linux release bin build (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Clariana <[email protected]>
  • Loading branch information
jordiclariana authored Mar 17, 2023
1 parent 0ef579e commit 679d296
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/build-all-ankorstore.bash
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ GO_BUILD_LDFLAGS="-s -w -X main.commitHash=${COMMIT_HASH} -X main.buildDate=${DA

if [[ -z "${DEVSPACE_BUILD_PLATFORMS}" ]]; then
DEVSPACE_BUILD_PLATFORMS="linux darwin"
DEVSPACE_BUILD_PLATFORMS="darwin"
fi

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

0 comments on commit 679d296

Please sign in to comment.