From c1f0d10b2d992852eaa1e026ec55773fe845f19c Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:08:54 -0400 Subject: [PATCH] Update TODO.md --- TODO.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/TODO.md b/TODO.md index 5b1d9a3..52e160d 100644 --- a/TODO.md +++ b/TODO.md @@ -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.