improve albatros' build script
This commit is contained in:
parent
73ef2712e3
commit
73b7f51b76
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -p go
|
||||
set -euxo pipefail
|
||||
|
||||
go build
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue