fix x64 dependencies (#115)
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ if (${HOST_ABI} STREQUAL "host-apple-darwin" OR
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(${HOST_ABI} STREQUAL "" OR
|
||||
if(${HOST_ABI} STREQUAL "x86_64-linux-android" OR
|
||||
${HOST_ABI} STREQUAL "i686-linux-android" OR
|
||||
${HOST_ABI} STREQUAL "aarch64-linux-android" OR
|
||||
${HOST_ABI} STREQUAL "armv7a-linux-androideabi")
|
||||
|
||||
Reference in New Issue
Block a user