Skip to content

Commit

Permalink
chore(ci): Fix target triples
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 10, 2024
1 parent e573dc8 commit 8908fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@
"aarch64-unknown-linux-musl",
"aarch64-pc-windows-msvc",
"armv7-unknown-linux-gnueabihf",
"armv7-unknown-linux-musleabihf",
"x86_64-unknown-linux-musl",
"i686-pc-windows-msvc",
"riscv64gc-unknown-linux-gnu"
"i686-pc-windows-msvc"
]
}
},
Expand Down
4 changes: 1 addition & 3 deletions packages/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@
"aarch64-unknown-linux-musl",
"aarch64-pc-windows-msvc",
"armv7-unknown-linux-gnueabihf",
"armv7-unknown-linux-musleabihf",
"x86_64-unknown-linux-musl",
"i686-pc-windows-msvc",
"riscv64gc-unknown-linux-gnu"
"i686-pc-windows-msvc"
]
}
},
Expand Down

0 comments on commit 8908fd2

Please sign in to comment.