Skip to content

Commit

Permalink
Provide ARM image with Python 3.10 (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito authored May 28, 2024
1 parent 2fcf1ff commit 9e90a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/icr-image-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- imagename: qiskit-serverless-ray-node
pythonversion: py39
dockerfile: Dockerfile-ray-node
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
- imagename: qiskit-serverless-ray-node
pythonversion: py310
dockerfile: Dockerfile-ray-node
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
- imagename: qiskit-serverless-gateway
pythonversion: ''
dockerfile: ./gateway/Dockerfile
Expand Down

0 comments on commit 9e90a9a

Please sign in to comment.