Add parse-dockerfile

This commit is contained in:
Taiki Endo
2025-02-02 05:25:57 +09:00
parent 1182afdbd1
commit 33d49f65f5
3 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"repository": "https://github.com/taiki-e/parse-dockerfile",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {},
"aarch64_linux_musl": {},
"aarch64_macos": {},
"aarch64_windows": {}
}
}