Skip to content

Commit 513c552

Browse files
committed
Try running on ARM build older ubuntu
1 parent f6c0b7f commit 513c552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
env:
168168
LMDB_DATA_V1: ${{ contains(github.ref, '-v1') }}
169169
runs-on: ubuntu-latest
170-
#container: quay.io/pypa/manylinux_2_24_x86_64
170+
container: ubuntu:16.04
171171
steps:
172172
- run: sudo apt-get update
173173
- run: sudo apt-get install -y gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf g++-aarch64-linux-gnu g++-arm-linux-gnueabihf

0 commit comments

Comments
 (0)