We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecd033 commit 534fd4fCopy full SHA for 534fd4f
.github/workflows/publish.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Build the binaries
40
run: |
41
- GOOS=linux GOARCH=ppc64le go build -o bin/power-dev-plugin-ppc64le cmd/power-dev-plugin/main.go
+ GOOS=linux GOARCH=ppc64le go build -o power-dra-kubeletplugin cmd/power-dra-kubeletplugin/main.go
42
43
# Install the cosign tool except on PR
44
# https://github.com/sigstore/cosign-installer
0 commit comments