Skip to content

Commit 9a616e4

Browse files
committed
build: set the output directory
Signed-off-by: Paul Bastide <[email protected]>
1 parent 146f959 commit 9a616e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Build the binaries
4040
run: |
41-
GOOS=linux GOARCH=ppc64le go build -ldflags "-s -w -X github.com/IBM/power-dra-driver/internal/info.gitCommit=925234afaa3bab9fdb64adb8f14b3957df3c7cac-dirty -X github.com/IBM/power-dra-driver/internal/info.version=v0.1.0" github.com/IBM/power-dra-driver/cmd/power-dra-kubeletplugin
41+
GOOS=linux GOARCH=ppc64le go build -o bin/power-dra-kubeletplugin -ldflags "-s -w -X github.com/IBM/power-dra-driver/internal/info.gitCommit=925234afaa3bab9fdb64adb8f14b3957df3c7cac-dirty -X github.com/IBM/power-dra-driver/internal/info.version=v0.1.0" github.com/IBM/power-dra-driver/cmd/power-dra-kubeletplugin
4242
4343
# Install the cosign tool except on PR
4444
# https://github.com/sigstore/cosign-installer

0 commit comments

Comments
 (0)