From 587167edcd2bab487fad1daadad14a45f42169ad Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 26 Apr 2026 16:19:27 +1000 Subject: [PATCH] fix: update include patterns - hadolint and nvim were wrong, updating --- apps/base/artifactapi/resources/remotes.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/artifactapi/resources/remotes.yaml b/apps/base/artifactapi/resources/remotes.yaml index 5fe4c57..65d8415 100644 --- a/apps/base/artifactapi/resources/remotes.yaml +++ b/apps/base/artifactapi/resources/remotes.yaml @@ -24,13 +24,13 @@ remotes: - "grafana/jsonnet-language-server/.*/jsonnet-language-server_.*_linux_amd64$" - "gruntwork-io/boilerplate/.*/boilerplate_linux_amd64$" - "gruntwork-io/terragrunt/.*terragrunt_linux_amd64.*" - - "hadolint/hadolint/.*/hadolint-Linux-x86_64$" + - "hadolint/hadolint/.*/hadolint-linux-x86_64$" - "helmfile/helmfile/.*/helmfile_.*_linux_amd64.tar.gz$" - "helmfile/vals/.*/vals_.*_linux_amd64.tar.gz$" - "jesseduffield/lazydocker/.*/lazydocker_.*_Linux_x86_64.tar.gz$" - "lxc/incus/.*.tar.gz$" - "mikefarah/yq/.*/yq_linux_amd64$" - - "neovim/neovim-releases/.*/nvim-linux64.tar.gz$" + - "neovim/neovim-releases/.*/nvim-linux-x86_64.tar.gz$" - "neovim/neovim/.*/nvim-linux-x86_64.tar.gz$" - "nzbgetcom/nzbget/.*/nzbget-.*.x86_64.rpm$" - "onedr0p/exportarr/.*/exportarr_.*_linux_amd64.tar.gz$" -- 2.47.3