https://github.com/patrickdung/meilisearch-crossbuild
GH actions to cross build MeiliSearch for my own use
https://github.com/patrickdung/meilisearch-crossbuild
container github-actions meilisearch
Last synced: about 1 month ago
JSON representation
GH actions to cross build MeiliSearch for my own use
- Host: GitHub
- URL: https://github.com/patrickdung/meilisearch-crossbuild
- Owner: patrickdung
- License: apache-2.0
- Created: 2021-10-11T21:04:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-16T03:01:56.000Z (6 months ago)
- Last Synced: 2026-01-16T16:32:39.064Z (6 months ago)
- Topics: container, github-actions, meilisearch
- Language: Dockerfile
- Homepage:
- Size: 252 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
README
This repo is to build [MeiliSeach](https://github.com/meilisearch/MeiliSearch/releases).
This repo is mainly for cross building ARMv8 and MUSL using Rust cross building tools **for my own use**.
Please use the official binary from MeiliSearch.
Idea is from StackOverflow:
- https://stackoverflow.com/questions/58465057/trigger-a-github-action-when-another-repository-creates-a-new-release
The part for using cosign inside the GitHub actions is referenced from [Kyverno](https://github.com/kyverno/kyverno)