Commit graph

7 commits

Author SHA1 Message Date
Thomas Zahner
99ec1e7c07 Keep supporting 'latest' in CI Dockerfiles 2025-06-11 14:04:21 +02:00
Thomas Zahner
4797339b6a Follow renaming: latest -> nightly 2025-06-11 12:21:00 +02:00
Trask Stalnaker
76dbd843f4
Fix nightly docker image (#1590)
* Fix nightly docker image

* fix path to release binary

* Update Dockerfile to support both latest and nightly

Also supports dedicated release names like `lychee-v0.17.0` now.

It can be built locally with

```
docker build --build-arg LYCHEE_VERSION=latest -f Dockerfile-CI.Dockerfile .
```

---------

Co-authored-by: Matthias <matthias@endler.dev>
2024-12-18 09:21:50 +01:00
Matthias Endler
a28c92b2dc
Update all Docker images to Debian Bookworm (#1558) 2024-11-07 16:46:02 +01:00
Matthias
4ac76583b1 fix: The 'as' keyword in the Dockerfile should be uppercase 2024-10-14 00:00:44 +02:00
axel-kah
d0c5af9acf
Harmonizes naming pattern of pre-built binaries and unlocks latest permalink (#1464)
* ci: enables permalink for download of latest gh release assets

removes tag names to unlock latest-permalink

* ci: fix inconsistent gh release asset naming

changes macos and windows release assets to follow linux naming scheme: lychee-{cpu}-{platform}.{ext}

* ci: fix inconsistent asset naming of nightly builds

* ci: simplifies Dockerfiles by using latest permalink

* ci: adds comment to keep dependent files in sync
2024-08-06 18:04:57 +02:00
faust
7353c8793b
Publish arm64 docker image (#406) 2021-12-01 09:58:32 +01:00