Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dundunHa committed Dec 22, 2024
1 parent 0e444b5 commit 2d524c3
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,16 @@ jobs:
matrix:
include:
# Linux x86_64 构建
- target: x86_64-linux-gnu
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
cross: true

# Linux ARM64 构建
- target: aarch64-linux-gnu

# Linux ARM64 构建
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
cross: true

# Linux ARM v7 构建
- target: armv7-linux-gnueabihf
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-latest
cross: true

Expand Down

0 comments on commit 2d524c3

Please sign in to comment.