Skip to content

Commit 3a2dd25

Browse files
committed
1 parent baa2b09 commit 3a2dd25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift-ci/sdks/android/build-docker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ANDROID_NDK_VERSION=android-ndk-r27c
3333
$DOCKER build --build-arg OS_ARCH_SUFFIX=$OS_ARCH_SUFFIX --build-arg SWIFT_TOOLCHAIN_URL=$SWIFT_TOOLCHAIN_URL --build-arg ANDROID_NDK_VERSION=$ANDROID_NDK_VERSION -t swift-android .
3434

3535
echo "Testing docker container"
36-
$DOCKER run -it --rm \
36+
$DOCKER run --rm \
3737
-v ./source:/source \
3838
-v ./products:/products \
3939
swift-android \
@@ -46,7 +46,7 @@ scripts/fetch-source.sh --source-dir source --swift-tag ${SWIFT_TAG}
4646
mkdir -p products
4747

4848
# Run the build
49-
$DOCKER run -it --rm \
49+
$DOCKER run --rm \
5050
-v ./source:/source \
5151
-v ./products:/products \
5252
swift-android \

0 commit comments

Comments
 (0)