-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c1c1535
commit af3369f
Showing
5 changed files
with
35 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
ARG CROSS_BASE_IMAGE | ||
FROM $CROSS_BASE_IMAGE | ||
|
||
ARG CROSS_DEB_ARCH | ||
RUN dpkg --add-architecture $CROSS_DEB_ARCH && \ | ||
apt-get update && \ | ||
apt-get install -y \ | ||
libgtk-3-dev:$CROSS_DEB_ARCH \ | ||
libssl-dev:$CROSS_DEB_ARCH \ | ||
libasound2-dev:$CROSS_DEB_ARCH \ | ||
libglib2.0-dev:$CROSS_DEB_ARCH | ||
|
||
ENV PKG_CONFIG_ALLOW_CROSS=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
[target.aarch64-unknown-linux-gnu] | ||
dockerfile = "./.pkg/LINUX/Dockerfile" | ||
dockerfile = ".docker/Dockerfile" | ||
|
||
[target.x86_64-unknown-linux-gnu] | ||
dockerfile = ".docker/Dockerfile" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters