diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 22:47:41 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 22:47:41 +0400 |
| commit | a07c4680a2dc09c64792bfd161a61eb0525e4f2e (patch) | |
| tree | 8b585146082849ba47fa10bc58da05a7a48e0ece /.github/workflows | |
| parent | a508d4982cbe1366de79716c6f03fb2e9cc73a0f (diff) | |
add hf arch
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15c009e..33d6735 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,9 +76,9 @@ jobs: - aarch64-unknown-linux-gnu - aarch64-unknown-linux-musl - armv7-unknown-linux-gnueabi + - armv7-unknown-linux-gnueabihf - armv7-unknown-linux-musleabi - - arm-unknown-linux-gnueabihf - - arm-unknown-linux-musleabihf + - armv7-unknown-linux-musleabihf - x86_64-unknown-linux-gnu - x86_64-unknown-linux-musl - x86_64-pc-windows-gnu |
