fix builds on platforms without kernel support for squashfs

This commit is contained in:
Aiden McClelland
2024-07-25 12:17:13 -06:00
parent b36b62c68e
commit e04b93a51a

View File

@@ -83,7 +83,7 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Set up system dependencies
run: sudo apt-get update && sudo apt-get install -y qemu-user-static systemd-container
run: sudo apt-get update && sudo apt-get install -y qemu-user-static systemd-container squashfuse
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3