Skip to content

Commit

Permalink
chore(ci): skip docker pre-build step if the target is skipped in ENV (
Browse files Browse the repository at this point in the history
…#15579)

Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx authored Mar 11, 2024
1 parent cd28ff0 commit fe21213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ steps:
retry: *auto-retry

- label: "pre build binary: amd64"
if: build.env("SKIP_TARGET_AMD64") != "true"
command: "ci/scripts/release.sh"
plugins:
- seek-oss/aws-sm#v2.3.1:
Expand All @@ -63,6 +64,7 @@ steps:
retry: *auto-retry

- label: "pre build binary: aarch64 "
if: build.env("SKIP_TARGET_AARCH64") != "true"
command: "ci/scripts/release.sh"
plugins:
- seek-oss/aws-sm#v2.3.1:
Expand Down

0 comments on commit fe21213

Please sign in to comment.