Skip to content

Commit

Permalink
Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Oct 15, 2024
1 parent 5ba2feb commit 319f3a9
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
- 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.
- Implement multi-platform builds (https://github.com/docker/buildx) and (https://ftp.gnu.org/gnu/guix/).
# 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

0 comments on commit 319f3a9

Please sign in to comment.