Skip to content

Commit

Permalink
temp - use local image
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Dec 27, 2024
1 parent de9c7ec commit 333f8c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ services:
command: "/bin/bash /nanoarrow/dev/release/verify-release-candidate.sh $NANOARROW_VERIFY_ARGS"

coverage:
image: ${REPO}:ubuntu
build:
context: .
dockerfile: ci/docker/ubuntu.dockerfile
args:
NANOARROW_ARCH: ${NANOARROW_ARCH}
volumes:
# Don't mix the "dev tools" and "source" checkouts
- ./ci/scripts/coverage.sh:/coverage.sh
Expand Down

0 comments on commit 333f8c7

Please sign in to comment.