fix x64 dependencies (#115)

This commit is contained in:
cyan
2025-02-13 09:24:17 +01:00
committed by GitHub
parent 9d9b1f2f23
commit 629fa4a346
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM ghcr.io/cirruslabs/flutter:3.24.3
FROM --platform=linux/amd64 ghcr.io/cirruslabs/flutter:3.24.3
# FROM debian:bookworm
SHELL ["/bin/bash", "-c"]