Skip to content

Commit

Permalink
Disable imx builds from cloudbuild all-build (#22366)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Oct 24, 2022
1 parent d716bfb commit f1e43a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/cloudbuild/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
- >-
./scripts/build/build_examples.py --enable-flashbundle
--target-glob '*' --skip-target-glob
'{tizen-*,*-tests*,*-chip-test}' build --create-archives
'{imx-*,tizen-*,*-tests*,*-chip-test}' build --create-archives
/workspace/artifacts/
id: CompileAll
waitFor:
Expand Down

0 comments on commit f1e43a1

Please sign in to comment.