Skip to content

Commit

Permalink
Merge pull request #271 from FabianKramm/dev
Browse files Browse the repository at this point in the history
build: fix build script
  • Loading branch information
FabianKramm authored Jan 5, 2022
2 parents 3bfeb5e + 658e1d8 commit 35e63f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/build-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ fi
mkdir -p "${VCLUSTER_ROOT}/release"

# copy assets
cp -a "${REPO_ROOT}/assets/." "${REPO_ROOT}/release/"
cp -a "${VCLUSTER_ROOT}/assets/." "${VCLUSTER_ROOT}/release/"

# generate vcluster-images.txt
go run -mod vendor "${REPO_ROOT}/hack/assets/main.go" ${VERSION} > "${REPO_ROOT}/release/vcluster-images.txt"
go run -mod vendor "${VCLUSTER_ROOT}/hack/assets/main.go" ${VERSION} > "${VCLUSTER_ROOT}/release/vcluster-images.txt"

for OS in ${VCLUSTER_BUILD_PLATFORMS[@]}; do
for ARCH in ${VCLUSTER_BUILD_ARCHS[@]}; do
Expand Down

0 comments on commit 35e63f7

Please sign in to comment.