4 Commits

Author SHA1 Message Date
1f4b1ba97e Quote manifest pipeline commands
All checks were successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/manifest Pipeline was successful
2025-02-13 14:49:10 -08:00
3165165e73 Disable CGo in CI 2025-02-13 14:02:30 -08:00
4f801eff26 Add hosted instance link to README 2025-02-13 22:02:11 +00:00
8251e8b461 Add badges to README 2025-02-13 21:19:23 +00:00
3 changed files with 10 additions and 4 deletions

View File

@@ -11,6 +11,8 @@ steps:
image: golang:1.23.6
commands:
- go build
environment:
CGO_ENABLED: 0
when:
- event: tag

View File

@@ -6,9 +6,9 @@ steps:
image: gcr.io/go-containerregistry/crane:debug
entrypoint: ["/busybox/sh", "-c", "echo $CI_SCRIPT | base64 -d | /busybox/sh -e"]
commands:
- crane auth login -u elara6331 -p $REGISTRY_TOKEN gitea.elara.ws
- crane index append -m gitea.elara.ws/elara6331/distrohop:amd64 -m gitea.elara.ws/elara6331/distrohop:arm64 -t gitea.elara.ws/elara6331/distrohop:latest
- crane index append -m gitea.elara.ws/elara6331/distrohop:amd64 -m gitea.elara.ws/elara6331/distrohop:arm64 -t gitea.elara.ws/elara6331/distrohop:${CI_COMMIT_TAG}
- "crane auth login -u elara6331 -p $REGISTRY_TOKEN gitea.elara.ws"
- "crane index append -m gitea.elara.ws/elara6331/distrohop:amd64 -m gitea.elara.ws/elara6331/distrohop:arm64 -t gitea.elara.ws/elara6331/distrohop:latest"
- "crane index append -m gitea.elara.ws/elara6331/distrohop:amd64 -m gitea.elara.ws/elara6331/distrohop:arm64 -t gitea.elara.ws/elara6331/distrohop:${CI_COMMIT_TAG}"
environment:
REGISTRY_TOKEN:
from_secret: gitea_token

View File

@@ -1,10 +1,14 @@
<p align="center">
<img width="250" src="assets/logo/distrohop-text-bottom.svg">
</p>
<p align="center">
<img alt="GitHub go.mod Go version" src="https://img.shields.io/github/go-mod/go-version/Elara6331/distrohop?style=for-the-badge">&thinsp;
<a href="https://goreportcard.com/report/go.elara.ws/distrohop"><img src="https://goreportcard.com/badge/go.elara.ws/distrohop?style=for-the-badge"></a>
</p>
---
**DistroHop** is a tool that helps you compare Linux packages across different distributions. It lets you search for a package from one distro in another's repositories or look for a specific item you need.
**DistroHop** is a tool that helps you compare Linux packages across different distributions. It lets you search for a package from one distro in another's repositories or look for a specific item you need. You can try it out at [hop.lure.sh](https://hop.lure.sh/)
## How does it work?