fix: include x86_64-unknown-linux-gnu in the list of arch to build codex-linux-sandbox (#748)
This commit is contained in:
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-exec "$dest/codex-exec-${{ matrix.target }}"
|
||||||
cp target/${{ matrix.target }}/release/codex "$dest/codex-${{ 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
|
name: Stage Linux-only artifacts
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user