raspberry

This commit is contained in:
jopejoe1 2024-04-20 16:13:14 +02:00
parent c96a903819
commit 44984fcdb2
3 changed files with 39 additions and 0 deletions

View file

@ -28,4 +28,5 @@ in
hetzner = mkSystem "x86_64-unknown-linux-gnu" "hetzner";
zap = mkSystem "x86_64-unknown-linux-gnu" "zap";
pi4 = mkSystem "aarch64-unknown-linux-gnu" "pi4";
raspberry4 = mkSystem "aarch64-unknown-linux-gnu" "raspberry4";
}