Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delta1/elements-guix-build
https://github.com/delta1/elements-guix-build
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/delta1/elements-guix-build
- Owner: delta1
- Created: 2023-01-27T12:31:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T08:16:37.000Z (3 months ago)
- Last Synced: 2024-09-15T11:05:40.755Z (3 months ago)
- Language: Shell
- Size: 116 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Guix Build](https://github.com/delta1/elements-guix-build/actions/workflows/guix.yml/badge.svg)](https://github.com/delta1/elements-guix-build/actions/workflows/guix.yml)
# Elements Guix Builds
This repo uses Github Actions to run the Guix builds for an [Elements](/ElementsProject/elements) release.
## Prerequisites
- [alpine-guix](https://github.com/fanquake/core-review/blob/master/guix/README.md#create-the-alpine-guix-image) docker image. This repo is currently hardcoded to use the image pushed to `ghcr.io/delta1/alpine-guix`
- a "Repository secret" in [settings/secrets/actions](settings/secrets/actions) named `READ_TOKEN` with the value of a [github token](/settings/tokens) with the permission to `read:packages` for the alpine-guix docker image## Usage
1. Go to Actions > Guix Build
2. Click "Run Workflow" button
3. Complete the required inputs
4. ???
5. Profit!