We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613d07b commit f2d0d73Copy full SHA for f2d0d73
1 file changed
.github/workflows/e2e.yml
@@ -94,6 +94,7 @@ jobs:
94
env:
95
DOCKER_DEFAULT_PLATFORM: linux/amd64
96
TUSK_CLI_VERSION: ${{ steps.tusk-version.outputs.version }}
97
+ BUILDX_BUILDER: default
98
run: |
99
chmod +x ./drift/instrumentation/${{ matrix.library }}/e2e-tests/run.sh
100
cd ./drift/instrumentation/${{ matrix.library }}/e2e-tests && ./run.sh 8000
0 commit comments