We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe90cf commit db55d78Copy full SHA for db55d78
.github/workflows/build-gateway.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install cross-compilation tools
38
run: |
39
sudo apt-get update
40
- sudo apt-get install -y gcc-aarch64-linux-gnu
+ sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libc6-dev-arm64-cross
41
42
- name: Build binary for ${{ matrix.platform }}
43
0 commit comments