mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 08:56:34 +03:00
Enable qemu to build arm/ppc packages on github
This commit is contained in:
parent
b5dd3aae86
commit
9b91b09f9c
3
.github/workflows/packages.yml
vendored
3
.github/workflows/packages.yml
vendored
|
@ -67,6 +67,9 @@ jobs:
|
|||
- name: Checkout repos
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up QEMU for multi-arch build
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
||||
- name: Build packages
|
||||
run: >-
|
||||
docker run --rm
|
||||
|
|
Loading…
Reference in New Issue
Block a user