fix: match peekaboo arm64 release asset
This commit is contained in:
parent
de56f637f2
commit
433c7b06af
@ -212,7 +212,7 @@ func main() {
|
||||
Name: "peekaboo",
|
||||
Repo: "steipete/peekaboo",
|
||||
Assets: []AssetSpec{
|
||||
{System: "aarch64-darwin", Regex: regexp.MustCompile(`peekaboo-macos-universal\.tar\.gz`)},
|
||||
{System: "aarch64-darwin", Regex: regexp.MustCompile(`peekaboo-macos-(?:arm64|universal)\.tar\.gz`)},
|
||||
},
|
||||
NixFile: filepath.Join(repoRoot, "nix", "pkgs", "peekaboo.nix"),
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user