-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: build & release darwin/arm64 binary (#961)
* update goreleaser version * install goreleaaser with apt * fix version * make apt quieter * fix dockerfiles * increase build executor resource class * remove cache
- Loading branch information
1 parent
d6df28a
commit 92911e3
Showing
3 changed files
with
16 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ LABEL maintainer="Developer Experience Team <[email protected]>" | |
|
||
ENV CIRCLECI_CLI_SKIP_UPDATE_CHECK true | ||
|
||
COPY ./dist/circleci-cli_linux_amd64/circleci /usr/local/bin | ||
COPY ./dist/circleci-cli_linux_amd64_v1/circleci /usr/local/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters