improve albatros' build script

This commit is contained in:
Quentin 2023-03-15 11:45:51 +01:00
parent 73ef2712e3
commit 73b7f51b76
Signed by: quentin
GPG key ID: E9602264D639FF68
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
#!/usr/bin/env nix-shell
#!nix-shell -p go
set -euxo pipefail
go build

View file

@ -124,3 +124,4 @@ will be executed.
- [ ] Register the builder programatically
- [ ] Allow users to define their own set of builders (ones with more CPU+RAM, etc.)
- [ ] Allow users to choose their image/rootfs