Skip to content

Commit

Permalink
chore: drop unused s390x arch from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Jan 11, 2025
1 parent 4c79e93 commit 1bc4139
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN pip install \
/srcdir \
cx-Oracle \
clickhouse-sqlalchemy \
"ibm-db-sa; platform_machine == 'x86_64' or platform_machine == 'ppc64le' or platform_machine == 's390x'" \
"ibm-db-sa; platform_machine == 'x86_64' or platform_machine == 'ppc64le'" \
mysqlclient \
psycopg2 \
pymssql \
Expand Down
1 change: 0 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ parts:
- clickhouse-sqlalchemy
- ibm-db-sa; platform_machine == 'x86_64'
- ibm-db-sa; platform_machine == 'ppc64le'
- ibm-db-sa; platform_machine == 's390x'
- mysqlclient
- psycopg2
- pyodbc
Expand Down

0 comments on commit 1bc4139

Please sign in to comment.