|
|
@ -86,7 +86,6 @@ jobs: |
|
|
|
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/openpilot' |
|
|
|
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/openpilot' |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
echo "PUSH_IMAGE=true" >> "$GITHUB_ENV" |
|
|
|
echo "PUSH_IMAGE=true" >> "$GITHUB_ENV" |
|
|
|
echo "TARGET_ARCHITECTURE=x86_64" >> "$GITHUB_ENV" |
|
|
|
|
|
|
|
$DOCKER_LOGIN |
|
|
|
$DOCKER_LOGIN |
|
|
|
- uses: ./.github/workflows/setup-with-retry |
|
|
|
- uses: ./.github/workflows/setup-with-retry |
|
|
|
- uses: ./.github/workflows/compile-openpilot |
|
|
|
- uses: ./.github/workflows/compile-openpilot |
|
|
|