Skip to content

Commit

Permalink
arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Sep 21, 2024
1 parent 3b9773f commit 5289728
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/docker-compose-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ version: "3"
services:
spark-iceberg:
image: python-integration
platform: linux/arm64
container_name: pyiceberg-spark
build: .
networks:
Expand All @@ -42,6 +43,7 @@ services:
- minio:minio
rest:
image: tabulario/iceberg-rest
platform: linux/arm64
container_name: pyiceberg-rest
networks:
iceberg_net:
Expand All @@ -56,6 +58,7 @@ services:
- CATALOG_S3_ENDPOINT=http://minio:9000
minio:
image: minio/minio
platform: linux/arm64
container_name: pyiceberg-minio
environment:
- MINIO_ROOT_USER=admin
Expand All @@ -73,6 +76,7 @@ services:
depends_on:
- minio
image: minio/mc
platform: linux/arm64
container_name: pyiceberg-mc
networks:
iceberg_net:
Expand Down

0 comments on commit 5289728

Please sign in to comment.