diff --git a/.github/Dockerfile b/.github/Dockerfile index 4d0645d1..f6a9f538 100644 --- a/.github/Dockerfile +++ b/.github/Dockerfile @@ -10,6 +10,8 @@ COPY . . RUN chown -R $(whoami) /app +RUN rustup target add aarch64-unknown-linux-gnu + RUN flutter pub get RUN alias dpkg-deb="dpkg-deb --Zxz" &&\