Skip to content

Commit 056104a

Browse files
authored
chore: cli artifacts for darwin (#248)
Signed-off-by: Ignasi Barrera <ignasi@tetrate.io>
1 parent 002957b commit 056104a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-cli.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
# Strip the `v` prefix if it exists, as our tags are in the format `v0.2.0` but we want the version to be `0.2.0`
4747
echo "TAG=${TAG#v}" >> "$GITHUB_ENV"
4848
49+
# Build the Darwin binaries separately as we are not pushing Docker images for Darwin.
50+
# The push_image job will already build the Linux binaries before building the Docker image.
51+
- run: make -C cli build GOOS_LIST="darwin" GOARCH_LIST="amd64 arm64"
4952
- run: make -C cli push_image
5053

5154
# If it is an RC, upload the release bundle as an artifact, as we won't be generating

0 commit comments

Comments
 (0)