Compare commits
4 Commits
v0.0.2
...
1f4b1ba97e
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f4b1ba97e | |||
| 3165165e73 | |||
| 4f801eff26 | |||
| 8251e8b461 |
@@ -11,6 +11,8 @@ steps:
|
|||||||
image: golang:1.23.6
|
image: golang:1.23.6
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- go build
|
||||||
|
environment:
|
||||||
|
CGO_ENABLED: 0
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ steps:
|
|||||||
image: gcr.io/go-containerregistry/crane:debug
|
image: gcr.io/go-containerregistry/crane:debug
|
||||||
entrypoint: ["/busybox/sh", "-c", "echo $CI_SCRIPT | base64 -d | /busybox/sh -e"]
|
entrypoint: ["/busybox/sh", "-c", "echo $CI_SCRIPT | base64 -d | /busybox/sh -e"]
|
||||||
commands:
|
commands:
|
||||||
- crane auth login -u elara6331 -p $REGISTRY_TOKEN gitea.elara.ws
|
- "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: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 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:
|
environment:
|
||||||
REGISTRY_TOKEN:
|
REGISTRY_TOKEN:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
|
|||||||
@@ -1,10 +1,14 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img width="250" src="assets/logo/distrohop-text-bottom.svg">
|
<img width="250" src="assets/logo/distrohop-text-bottom.svg">
|
||||||
</p>
|
</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"> 
|
||||||
|
<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?
|
## How does it work?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user