mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
fix(stork): support netlify ubuntu 24 builds
Switch Stork downloads to artifacts that match current runtimes and fix the runtime detection path that Node 22 changed. This keeps the existing Stork pipeline working on Netlify's Noble image and on Apple Silicon development machines.
This commit is contained in:
parent
e701c48fa8
commit
9e48862a5f
3 changed files with 31 additions and 18 deletions
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
# Hugo Bash Example https://github.com/jmooring/hugo-stork/blob/main/build.sh
|
||||
|
||||
# curl https://files.stork-search.net/releases/latest/stork-amazon-linux -o stork-executable
|
||||
# curl https://files.stork-search.net/releases/v1.4.3/stork-macos-latest -o stork-executable
|
||||
# Netlify's Noble/Ubuntu 24 image needs the Ubuntu 22.04 Stork build.
|
||||
# curl -fsSL https://files.stork-search.net/releases/v1.6.0/stork-macos-13-arm -o stork-executable
|
||||
|
||||
curl https://files.stork-search.net/releases/v1.4.2/stork-amazon-linux -o stork-executable
|
||||
# curl https://files.stork-search.net/releases/v1.4.2/stork-macos-10-15 -o stork-executable
|
||||
curl -fsSL https://files.stork-search.net/releases/v1.6.0/stork-ubuntu-22-04 -o stork-executable
|
||||
# curl -fsSL https://files.stork-search.net/releases/v1.6.0/stork-macos-10-15 -o stork-executable
|
||||
|
||||
chmod +x stork-executable
|
||||
./stork-executable build --input static/stork.toml --output static/search-index.st
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue