More cross-compilation platforms

This commit is contained in:
Quentin Gliech
2021-12-10 10:52:58 +01:00
parent 53a274fb53
commit 8d3f2ed7ad
3 changed files with 32 additions and 8 deletions

View File

@@ -14,7 +14,12 @@ target "debug" {
target "release" {
inherits = ["default"]
platforms = ["linux/amd64", "linux/arm64"]
platforms = [
"linux/amd64",
"linux/arm64",
"linux/arm/v6",
"linux/arm/v7",
]
}
// This is what is baked by GitHub Actions