Use start-sdk's docker-images/<arch>.tar convention

start-sdk pack discovers per-arch tarballs at docker-images/
x86_64.tar and docker-images/aarch64.tar by filename convention,
not via a manifest assets entry. Dropping the invalid
'docker-images: image.tar' assets key and reworking the Makefile
to build one type=docker tarball per arch with arm/x86 single-
arch convenience targets.
This commit is contained in:
satoshi
2026-04-14 10:14:07 +03:00
parent 2812d6dac3
commit 9a64dae04b
3 changed files with 57 additions and 13 deletions
-1
View File
@@ -31,7 +31,6 @@ assets:
license: LICENSE
icon: icon.png
instructions: instructions.md
docker-images: image.tar
main:
type: docker