Skip to content

Commit be511bc

Browse files
committed
cutover to an official release version of crt-builder with the changes we needed
1 parent d6ded23 commit be511bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
- '!main'
88

99
env:
10-
BUILDER_VERSION: fix-dependency-steps
11-
BUILDER_SOURCE: channels
10+
BUILDER_VERSION: v0.8.0
11+
BUILDER_SOURCE: releases
1212
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
1313
PACKAGE_NAME: aws-crt-kotlin
1414
LINUX_BASE_IMAGE: ubuntu-16-x64
@@ -34,5 +34,5 @@ jobs:
3434
export DOCKER_IMAGE=docker.pkg.github.com/awslabs/aws-crt-builder/aws-crt-${{ matrix.image }}:${{ env.BUILDER_VERSION }}
3535
docker pull $DOCKER_IMAGE
3636
docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} \
37-
--env GITHUB_REF $DOCKER_IMAGE --version $BUILDER_VERSION build -p ${{ env.PACKAGE_NAME }} --build-dir=/root/${{ env.PACKAGE_NAME }} --spec=downstream
37+
--env GITHUB_REF $DOCKER_IMAGE build -p ${{ env.PACKAGE_NAME }} --build-dir=/root/${{ env.PACKAGE_NAME }} --spec=downstream
3838

0 commit comments

Comments
 (0)