-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
# TODO | ||
|
||
- [ ] Implement multi-platform builds. | ||
- [x] `linux/amd64` | ||
- [x] `linux/386` | ||
- [ ] `linux/arm/v7` | ||
- [ ] `linux/arm64/v8` | ||
- [ ] `linux/ppc64le` | ||
- [ ] `linux/riscv64` | ||
Reference: https://github.com/metacall/guix/issues/2 | ||
- [ ] Produce a self contained image of Guix inside Docker removing Alpine from base image and using scratch. | ||
Possible solution: Multi-build stage and using Guix to pack itself. Then create a layer with Guix files only. | ||
Reference: https://github.com/metacall/guix/issues/1 | ||
- [ ] [Implement multi-platform builds](https://github.com/metacall/guix/issues/2): | ||
- [x] `linux/amd64` | ||
- [x] `linux/386` | ||
- [ ] `linux/arm/v7` | ||
- [ ] `linux/arm64/v8` | ||
- [ ] `linux/ppc64le` | ||
- [ ] `linux/riscv64` | ||
- [ ] [Produce a self contained image of Guix](https://github.com/metacall/guix/issues/1) inside Docker removing Alpine from base image and using scratch. Possible solution: | ||
- Multi-build stage and using Guix to pack itself. Then create a layer with Guix files only. |