Skip to content

Commit

Permalink
build: use python 3.10 for :latest and :release-candidate images (#52)
Browse files Browse the repository at this point in the history
Contributes to https://github.ibm.com/st4sd/st4sd-runtime-core/issues/171

Signed-off-by: Vassilis Vassiliadis <[email protected]>
  • Loading branch information
VassilisVassiliadis authored and GitHub Enterprise committed Nov 21, 2023
1 parent 488afb0 commit 20306de
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ before_script:

jobs:
include:
# VV: TODO Get rid of the python 3.7 image
- stage: image
services:
- docker
Expand Down Expand Up @@ -56,9 +57,9 @@ jobs:
# os: linux-ppc64le
- stage: multiarch
os: linux
python: "3.7"
python: "3.10"
env:
- BUILD_PYTHON_VERSION=37
- BUILD_PYTHON_VERSION=310
script:
- export SRC_TAG_X8664="py${BUILD_PYTHON_VERSION}-latest-x86_64"
- export DST_TAG_X8664="py${BUILD_PYTHON_VERSION}-x86_64"
Expand All @@ -68,11 +69,12 @@ jobs:
- export LABEL="latest"
- ./deploy/build_multiarch.sh

# VV: TODO Get rid of python 3.7 image
- stage: multiarch
os: linux
python: "3.10"
python: "3.7"
env:
- BUILD_PYTHON_VERSION=310
- BUILD_PYTHON_VERSION=37
script:
- export SRC_TAG_X8664="py${BUILD_PYTHON_VERSION}-latest-x86_64"
- export DST_TAG_X8664="py${BUILD_PYTHON_VERSION}-x86_64"
Expand Down

0 comments on commit 20306de

Please sign in to comment.