Skip to content

Commit

Permalink
fix: update permissions for build-all
Browse files Browse the repository at this point in the history
The permissions for executing the hack/build/build.sh script were
not set correctly.

Signed-off-by: Nestor Acuna Blanco <[email protected]>
  • Loading branch information
Nestor Acuna Blanco committed Jan 21, 2025
1 parent dfff8d2 commit c38b62d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ shell: build-dirs
-u $$(id -u):$$(id -g) \
$(PODMAN_SPECIFIC_FLAG) \
-v "$$(pwd)/_output/bin:/output:delegated" \
-v $$(pwd)/.go/pkg:/go/pkg \
-v $$(pwd)/.go/src:/go/src \
-v $$(pwd)/.go/std:/go/std \
-v $$(pwd)/.go/bin:/go/bin \
-v $$(pwd):/go/src/kubevirt-velero-plugin \
-v $$(pwd)/.go/std/$(GOOS)_$(GOARCH):/usr/local/go/pkg/$(GOOS)_$(GOARCH)_static \
-v $$(pwd)/.go/pkg:/go/pkg:Z \
-v $$(pwd)/.go/src:/go/src:Z \
-v $$(pwd)/.go/std:/go/std:Z \
-v $$(pwd)/.go/bin:/go/bin:Z \
-v $$(pwd):/go/src/kubevirt-velero-plugin:Z \
-v $$(pwd)/.go/std/$(GOOS)_$(GOARCH):/usr/local/go/pkg/$(GOOS)_$(GOARCH)_static:Z \
-v "$$(pwd)/.go/go-build:/.cache/go-build:delegated" \
-e CGO_ENABLED=0 \
-w /go/src/kubevirt-velero-plugin \
Expand Down

0 comments on commit c38b62d

Please sign in to comment.