mirror of
https://github.com/coder/code-server.git
synced 2026-05-10 06:17:27 +02:00
feat(ci): armv7 cross builds (#3892)
This commit is contained in:
8
ci/build/arch-override.json
Normal file
8
ci/build/arch-override.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"rpm": {
|
||||
"armv7l": "armhfp"
|
||||
},
|
||||
"deb": {
|
||||
"armv7l": "armhf"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user