mirror of https://github.com/Nonannet/copapy.git
update
This commit is contained in:
parent
0217fca7af
commit
64647746fa
|
|
@ -1,9 +1,6 @@
|
|||
name: Build & Push Images
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
path: [.github/workflows/build_images.yml, tools/build_container]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
# Multi-arch builds
|
||||
CIBW_ARCHS_LINUX: ${{ matrix.os == 'ubuntu-latest' && 'x86_64' || '' }} # aarch64
|
||||
CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-latest' && 'universal2' || '' }}
|
||||
CIBW_ARCHS_WINDOWS: ${{ matrix.os == 'windows-latest' && 'amd64 x86' || '' }}
|
||||
CIBW_ARCHS_WINDOWS: ${{ matrix.os == 'windows-latest' && 'AMD64 x86' || '' }}
|
||||
CIBW_TEST_REQUIRES: "pytest"
|
||||
CIBW_TEST_COMMAND: "pytest {package}/tests/test_coparun_module.py"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue