Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
Only use amd64 bit
  • Loading branch information
VamPikmin authored Mar 4, 2024
1 parent 9a388da commit 9c1ce0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
matrix:
job:
- { name: "amd64", target: "x86_64-unknown-linux-musl" }
- { name: "arm64v8", target: "aarch64-unknown-linux-musl" }
- { name: "armv7", target: "armv7-unknown-linux-musleabihf" }
- { name: "i386", target: "i686-unknown-linux-musl" }
- { name: "amd64fb", target: "x86_64-unknown-freebsd" }
# - { name: "arm64v8", target: "aarch64-unknown-linux-musl" }
# - { name: "armv7", target: "armv7-unknown-linux-musleabihf" }
# - { name: "i386", target: "i686-unknown-linux-musl" }
# - { name: "amd64fb", target: "x86_64-unknown-freebsd" }

steps:

Expand Down

0 comments on commit 9c1ce0f

Please sign in to comment.