We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f4cce commit ac5cda8Copy full SHA for ac5cda8
.github/workflows/build_and_release_image.yaml
@@ -67,10 +67,10 @@ jobs:
67
uses: actions/attest-build-provenance@v1
68
with:
69
subject-path: dist/pcs_linux_amd64_v3/power-control
70
- # - name: Attest power-control binary arm64
71
- # uses: actions/attest-build-provenance@v1
72
- # with:
73
- # subject-path: dist/pcs_linux_arm64_v8.0/power-control
+ - name: Attest power-control binary arm64
+ uses: actions/attest-build-provenance@v1
+ with:
+ subject-path: dist/pcs_linux_arm64_v8.0/power-control
74
- name: Generate build provenance
75
76
0 commit comments