docker: fix cl tag (#29858)

unset TARGET_ARCHITECTURE before running build
This commit is contained in:
Kacper Rączy
2023-09-08 17:20:03 -07:00
committed by GitHub
parent d3e5f66fc1
commit c417669cbd

View File

@@ -197,7 +197,7 @@ jobs:
- name: Build and push CL Docker image
if: matrix.arch == 'x86_64'
run: |
echo "TARGET_ARCHITECTURE=''" >> "$GITHUB_ENV"
unset TARGET_ARCHITECTURE
eval "$BUILD_CL"
docker_push_multiarch: