fix(CI/CD)!: removal of armv7 as non-standard deployment option

Default building armv72 (32bit) images will be disabled from now on
This commit is contained in:
ElevenNotes
2025-07-14 20:31:20 +02:00
parent d4d83345ee
commit 4a339a436d

1
.json
View File

@@ -2,7 +2,6 @@
"image": "11notes/netbird",
"name": "netbird",
"root": "/netbird",
"arch": "linux/amd64,linux/arm64,linux/arm/v7",
"semver": {
"version": "0.50.3"
},