Skip to content

Commit 06a4903

Browse files
committed
Add IMAGE_ID to release pipeline
1 parent 9ffe1a9 commit 06a4903

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/release-build-and-distribute.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
# Each step checks out the release branch to ensure it builds the latest commit.
1010
---
1111

12+
# Used by mac agents only
13+
env:
14+
IMAGE_ID: $IMAGE_ID
15+
1216
steps:
1317
- group: ":package: Build for Mac"
1418
key: release-mac

0 commit comments

Comments
 (0)