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 4681bd2 commit 0c476b1Copy full SHA for 0c476b1
2 files changed
.github/workflows/ci.yml
@@ -120,6 +120,7 @@ jobs:
120
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
121
- name: Restore the cache
122
uses: ./.github/actions/ci-cache
123
+ - run: ./scripts/setup.sh
124
- run: ./scripts/artifacts.sh
125
- uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
126
id: attest
scripts/artifacts.sh
@@ -60,6 +60,7 @@ i "Build web-client once for all supported targets"
60
61
i "Build the CLI for each supported target"
62
TARGETS='
63
+i686-unknown-linux-gnu
64
x86_64-unknown-linux-gnu
65
'
66
for target in $TARGETS; do
0 commit comments