mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
cd: add aarch64-unknown-linux-gnu manually in dockerfile for linux arm
This commit is contained in:
parent
0465042264
commit
b5f3894983
2
.github/Dockerfile
vendored
2
.github/Dockerfile
vendored
@ -10,6 +10,8 @@ COPY . .
|
|||||||
|
|
||||||
RUN chown -R $(whoami) /app
|
RUN chown -R $(whoami) /app
|
||||||
|
|
||||||
|
RUN rustup target add aarch64-unknown-linux-gnu
|
||||||
|
|
||||||
RUN flutter pub get
|
RUN flutter pub get
|
||||||
|
|
||||||
RUN alias dpkg-deb="dpkg-deb --Zxz" &&\
|
RUN alias dpkg-deb="dpkg-deb --Zxz" &&\
|
||||||
|
Loading…
Reference in New Issue
Block a user