An open API service indexing awesome lists of open source software.

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

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)