fix: strip arch suffix on install, fix doubled org in github_url
- bakery: strip -x86_64 / -aarch64 / -arm64 / -armv7 suffix when placing binary so `breadcrumbs-x86_64` installs as `breadcrumbs` - gen-index.sh: GH_BASE was "github.com/Breadway" but repo slugs already include the org, producing doubled paths; change to "github.com" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0057dfa89a
commit
13b7ce9a19
2 changed files with 14 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ set -euo pipefail
|
|||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
DL_DIR="${DL_DIR:-/srv/breadway-dl}"
|
||||
DL_BASE="${DL_BASE:-https://dl.breadway.dev}"
|
||||
GH_BASE="https://github.com/Breadway"
|
||||
GH_BASE="https://github.com"
|
||||
OUT="${DL_DIR}/index.json"
|
||||
|
||||
# Products are read from the registry. Each line is "name repo".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue