|
59 | 59 | # - { target: aarch64-pc-windows-msvc, os: windows-latest }
|
60 | 60 | - { target: aarch64-unknown-linux-gnu, os: ubuntu-latest }
|
61 | 61 | - { target: aarch64-unknown-linux-musl, os: ubuntu-latest }
|
| 62 | + - { target: arm-unknown-linux-gnueabi, os: ubuntu-latest } |
| 63 | + - { target: arm-unknown-linux-gnueabihf, os: ubuntu-latest } |
| 64 | + - { target: arm-unknown-linux-musleabi, os: ubuntu-latest } |
| 65 | + - { target: arm-unknown-linux-musleabihf, os: ubuntu-latest } |
| 66 | + - { target: armv7-unknown-linux-gnueabi, os: ubuntu-latest } |
| 67 | + - { target: armv7-unknown-linux-gnueabihf, os: ubuntu-latest } |
| 68 | + - { target: armv7-unknown-linux-musleabi, os: ubuntu-latest } |
| 69 | + - { target: armv7-unknown-linux-musleabihf, os: ubuntu-latest } |
| 70 | + - { target: i686-pc-windows-gnu, os: ubuntu-latest } |
| 71 | + - { target: i686-pc-windows-msvc, os: windows-latest } |
| 72 | + - { target: i686-unknown-linux-gnu, os: ubuntu-latest } |
| 73 | + - { target: i686-unknown-linux-musl, os: ubuntu-latest } |
62 | 74 | - { target: x86_64-apple-darwin, os: macos-latest }
|
63 | 75 | - { target: x86_64-pc-windows-gnu, os: ubuntu-latest }
|
64 | 76 | - { target: x86_64-pc-windows-msvc, os: windows-latest }
|
|
0 commit comments