release: enable mips and mips64 pkgs for Debian

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
kristoffer/enable-mips-pkgs
Kristoffer Dalby 2023-05-09 09:18:21 +02:00
parent 827abbeeaa
commit ce3c5b5570
No known key found for this signature in database
1 changed files with 4 additions and 4 deletions

View File

@ -87,11 +87,11 @@ var (
"linux/arm": true,
"linux/arm64": true,
"linux/riscv64": true,
// TODO: maybe mipses, we accidentally started building them at some
// point even though they probably don't work right.
// "linux/mips": true,
"linux/mips": true,
"linux/mips64": true,
// TODO: enable and verify that mips architecture is passed correctly to
// debian. mipsle == mipsel (https://www.debian.org/ports/mips/)
// "linux/mipsle": true,
// "linux/mips64": true,
// "linux/mips64le": true,
}