Skip to content

Commit

Permalink
Try build in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw committed Jan 8, 2024
1 parent bccf976 commit 6391225
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ orbs:

executors:
linux-amd64:
machine:
image: ubuntu-2204:2023.10.1
docker:
- image: cimg/python:3.10
working_directory: ~/app
linux-arm64:
machine:
image: ubuntu-2204:2023.10.1
docker:
- image: cimg/python:3.10
resource_class: arm.medium
working_directory: ~/app
macos:
Expand Down Expand Up @@ -56,9 +56,6 @@ jobs:
- run:
name: Install python
command: |
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install -f 3.10.13;
pyenv global 3.10.13;
pip install poetry;
sudo apt-get install libpq-dev -y;
- install_dependencies
- build_and_compress:
Expand All @@ -73,9 +70,6 @@ jobs:
- run:
name: Install python
command: |
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install -f 3.10.13;
pyenv global 3.10.13;
pip install poetry;
sudo apt-get install libpq-dev -y;
- install_dependencies
- build_and_compress:
Expand Down

0 comments on commit 6391225

Please sign in to comment.