fix: include x86_64-unknown-linux-gnu in the list of arch to build codex-linux-sandbox (#748)
This commit is contained in:
parent
e42dacbdc8
commit
f2ed46ceca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust-release.yml
vendored
2
.github/workflows/rust-release.yml
vendored
|
|
@ -106,7 +106,7 @@ jobs:
|
|||
cp target/${{ matrix.target }}/release/codex-exec "$dest/codex-exec-${{ matrix.target }}"
|
||||
cp target/${{ matrix.target }}/release/codex "$dest/codex-${{ matrix.target }}"
|
||||
|
||||
- if: ${{ matrix.target == 'x86_64-unknown-linux-musl' || matrix.target == 'aarch64-unknown-linux-gnu' }}
|
||||
- if: ${{ matrix.target == 'x86_64-unknown-linux-musl' || matrix.target == 'x86_64-unknown-linux-gnu' || matrix.target == 'aarch64-unknown-linux-gnu' }}
|
||||
name: Stage Linux-only artifacts
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue