abandy commented on code in PR #14561:
URL: https://github.com/apache/arrow/pull/14561#discussion_r1084448849
##########
docker-compose.yml:
##########
@@ -869,6 +870,28 @@ services:
volumes: *ubuntu-volumes
command: *python-command
+ ubuntu-swift:
+ # Usage:
+ # docker-compose build ubuntu-cpp
+ # docker-compose build ubuntu-swift
+ # docker-compose run --rm ubuntu-swift
+ # Parameters:
+ # ARCH: amd64, arm64v8, ...
+ # UBUNTU: 20.04
+ image: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-swift
+ build:
+ context: .
+ dockerfile: ci/docker/linux-apt-swift.dockerfile
+ args:
+ base: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-cpp
Review Comment:
Good idea, will do.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]