mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 11:13:53 +08:00
docker: fix cl tag (#29858)
unset TARGET_ARCHITECTURE before running build
This commit is contained in:
2
.github/workflows/selfdrive_tests.yaml
vendored
2
.github/workflows/selfdrive_tests.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user