File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
COSIGN_PKG_GPG_PASS : ' ${{ secrets.COSIGN_PKG_GPG_PASS }}'
107
107
COSIGN_PKG_KEY_PASS : ' ${{ secrets.COSIGN_PKG_KEY_PASS }}'
108
108
run : |
109
- export CW_CONFIG="${GITHUB_REF_NAME}-werror-linux"
109
+ export CW_CONFIG="${GITHUB_REF_NAME}-werror-linux-a64-x64 "
110
110
export CW_REVISION="${GITHUB_SHA}"
111
111
. ./_versions.sh
112
112
sudo podman image trust set --type reject default
@@ -181,7 +181,7 @@ jobs:
181
181
COSIGN_PKG_GPG_PASS : ' ${{ secrets.COSIGN_PKG_GPG_PASS }}'
182
182
COSIGN_PKG_KEY_PASS : ' ${{ secrets.COSIGN_PKG_KEY_PASS }}'
183
183
run : |
184
- export CW_CONFIG="${GITHUB_REF_NAME}-werror-linux"
184
+ export CW_CONFIG="${GITHUB_REF_NAME}-werror-linux-a64-x64 "
185
185
export CW_REVISION="${GITHUB_SHA}"
186
186
DOCKER_IMAGE='debian:trixie-slim'
187
187
sudo podman image trust set --type reject default
You can’t perform that action at this time.
0 commit comments