Skip to content

Commit

Permalink
Fix typo when building container
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremekforever committed Dec 30, 2024
1 parent e55154a commit 2dfb358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swift-builder/build-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ source ${SCRIPT_DIR}/swift-builder-common

echo "Building container for Swift $SWIFT_VERSION, branch $SWIFT_BRANCH, tag $SWIFT_TAG..."
docker build \
--build-arg SWIFT_VERSION=${SWIFT_TAG} \
--build-arg SWIFT_VERSION=${SWIFT_VERSION} \
--build-arg SWIFT_TAG=${SWIFT_TAG} \
--build-arg SWIFT_BRANCH=${SWIFT_BRANCH} \
--build-arg USER=${USER} \
--build-arg UID=${UID} \
Expand Down

0 comments on commit 2dfb358

Please sign in to comment.