Skip to content

Commit 615cde9

Browse files
committed
ci(release): run aarch64 linux build on ubuntu-24.04-arm so the sign step can exec the native binary
1 parent 2105a5f commit 615cde9

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,7 @@ jobs:
6868
key: ${{ matrix.target }}
6969
cache-on-failure: true
7070

71-
- name: Install cross (Linux ARM64)
72-
if: matrix.cross
73-
uses: taiki-e/install-action@v2
74-
with:
75-
tool: cross
76-
77-
- name: Build release binaries (cross)
78-
if: matrix.cross
79-
run: cross build --release --package auths-cli --target ${{ matrix.target }}
80-
8171
- name: Build release binaries
82-
if: "!matrix.cross"
8372
run: cargo build --release --package auths-cli --target ${{ matrix.target }}
8473

8574
- name: Package (Unix)

0 commit comments

Comments
 (0)