mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
feat: support dataflow execution in python packages
use latest image manylinux_2_28_x86_64 using libc 2.28
This commit is contained in:
4
.github/workflows/continuous-integration.yml
vendored
4
.github/workflows/continuous-integration.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user