Compare commits

...

2 Commits

Author SHA1 Message Date
Michael Smith
dbc3f11797 Ignore docker cross compilation toolchain state file 2026-02-13 10:51:53 +01:00
Michael Smith
97162f8ec7 Use bash for aarch64 build script 2026-02-13 10:50:47 +01:00
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -5,4 +5,5 @@ positions.txt
volume.txt volume.txt
.claude/ .claude/
audio/ audio/
docker/.build

View File

@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
pushd build 2>&1 >/dev/null pushd build 2>&1 >/dev/null

View File