From d2e4a045a0d1ce93ce2c431ce811ecd3a2d40a0a Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 18 Feb 2026 07:13:41 +0000 Subject: [PATCH] coder: drop `x86_64-darwin` from update script --- pkgs/by-name/co/coder/update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/co/coder/update.sh b/pkgs/by-name/co/coder/update.sh index 7f5e29d10b00..65a4dd6fcc84 100755 --- a/pkgs/by-name/co/coder/update.sh +++ b/pkgs/by-name/co/coder/update.sh @@ -13,7 +13,6 @@ LATEST_MAINLINE_VERSION=$(curl ${GITHUB_TOKEN:+" -u \":$GITHUB_TOKEN\""} --fail # Define the platforms declare -A ARCHS=(["x86_64-linux"]="linux_amd64.tar.gz" ["aarch64-linux"]="linux_arm64.tar.gz" - ["x86_64-darwin"]="darwin_amd64.zip" ["aarch64-darwin"]="darwin_arm64.zip") update_version_and_hashes() {