feat: support dataflow execution in python packages

use latest image manylinux_2_28_x86_64 using libc 2.28
This commit is contained in:
youben11
2022-09-09 08:31:21 +01:00
committed by Ayoub Benaissa
parent 32437af31b
commit 0cd9a7984d
5 changed files with 47 additions and 52 deletions

View File

@@ -807,8 +807,8 @@ jobs:
- name: Build Tag and Publish
if: ${{ steps.login.conclusion != 'skipped' }}
run: |
docker build -t $IMAGE -f builders/Dockerfile.hpx-env .
docker push $IMAGE:latest
docker build -t $IMAGE:libc_2_28 -f builders/Dockerfile.hpx-env .
docker push $IMAGE:libc_2_28
- name: Is Image Built
id: is-built