docker: fix cl tag (#29858)

unset TARGET_ARCHITECTURE before running build
old-commit-hash: c417669cbdadbc3a4fc31073116987264aa0e2d4
This commit is contained in:
Kacper Rączy
2023-09-08 17:20:03 -07:00
committed by GitHub
parent 5ac2ef0e3f
commit fc4972539f
+1 -1
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: