Go to file
Mathias Beaulieu-Duncan ee428c1331 Fix apko install URL and Flutter release check in CI pipelines
- apko release assets use lowercase OS and Go arch naming
  (linux_amd64), but uname returns Linux and x86_64. Map with
  tr/sed before building the download URL.
- Flutter release check used curl -fsSL which fails on 404 when
  the release doesn't exist yet. Switch to -sS so the step
  continues and correctly detects new versions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 09:48:31 -05:00
.gitea/workflows Fix apko install URL and Flutter release check in CI pipelines 2026-02-02 09:48:31 -05:00
apko Rename flutter to flutter-sdk, add curl to runtime, add update-check pipeline 2026-02-02 02:54:44 -05:00
examples Rename flutter to flutter-sdk, add curl to runtime, add update-check pipeline 2026-02-02 02:54:44 -05:00
melange Initial base distro with apko/Wolfi configs 2026-02-02 02:32:32 -05:00
.gitignore Initial base distro with apko/Wolfi configs 2026-02-02 02:32:32 -05:00
Makefile Rename flutter to flutter-sdk, add curl to runtime, add update-check pipeline 2026-02-02 02:54:44 -05:00