Skip to content

Commit

Permalink
fix main.go path for osl.builder install (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira authored Nov 12, 2024
1 parent f875205 commit 5cbf8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/modules/com.redhat.osl.builder/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
set -e

cd $REMOTE_SOURCE_DIR/app
source $CACHITO_ENV_FILE && go build -trimpath -ldflags=-buildid= -a -o manager main.go
source $CACHITO_ENV_FILE && go build -trimpath -ldflags=-buildid= -a -o manager cmd/main.go
mkdir /workspace && cp $REMOTE_SOURCE_DIR/app/manager /workspace

0 comments on commit 5cbf8cc

Please sign in to comment.