common/post-build: Make architecture independent

Until there's a real need to specify a variant, let's just not.
This commit is contained in:
Tobias Waldekranz
2022-09-27 16:02:20 +02:00
parent 9f31622e77
commit 878e46c3f9
-2
View File
@@ -9,8 +9,6 @@ rm "$TARGET_DIR/etc/os-release"
echo "ID=infix"
echo "VERSION_ID=${BR2_VERSION}"
echo "PRETTY_NAME=\"Inf/IX by KernelKit\""
echo "VARIANT=AMD64"
echo "VARIANT_ID=amd64"
echo "HOME_URL=https://github.com/KernelKit"
} > "$TARGET_DIR/etc/os-release"