Skip to content

Commit

Permalink
fix: missing deps
Browse files Browse the repository at this point in the history
fix: trusted sourceline

fix: libc6 arm64 def

fix: aarch64 appimage build

fix: change to ports ubuntu
  • Loading branch information
Kingtous committed Jan 10, 2023
1 parent 3f3e71c commit 522aacb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ jobs:
- name: Prepare env
run: |
sudo apt update -y
sudo apt-get -qq install -y git curl wget nasm yasm libgtk-3-dev
sudo apt-get -qq install -y git curl wget nasm yasm libgtk-3-dev libarchive-tools
mkdir -p ./target/release/
- name: Restore the rustdesk lib file
Expand Down
17 changes: 8 additions & 9 deletions appimage/AppImageBuilder-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,18 @@ AppDir:
exec_args: $@
apt:
arch:
- aarch64
- arm64
allow_unauthenticated: true
sources:
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic main restricted
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic-updates main restricted
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic universe
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic-updates universe
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic multiverse
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic-updates multiverse
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic-backports main restricted
- sourceline: deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ bionic main restricted universe multiverse
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
- sourceline: deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ bionic-updates main restricted universe multiverse
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
- sourceline: deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ bionic-backports main restricted
universe multiverse
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
include:
- libc6:amd64
- libc6
- libgtk-3-0
- libxcb-randr0
- libxdo3
Expand Down

0 comments on commit 522aacb

Please sign in to comment.