ci: disable building satori

Changed files
+2 -1
.github
workflows
+2 -1
.github/workflows/build.yaml
···
matrix:
host:
- koumakan
-
- satori
steps:
- name: Checkout
···
matrix:
host:
- koumakan
+
# TODO: expand storage with the maximize build space action before reenabling this
+
# - satori
steps:
- name: Checkout