Skip to content

Commit

Permalink
RK-11740 - Add arch flag to build to prevent tarball publish errors (#…
Browse files Browse the repository at this point in the history
…303)

* Add arch flag to build to prevent tarball publish errors

* Bump version
  • Loading branch information
DavidRBiderman authored Mar 9, 2022
1 parent cc9d1fd commit 475d266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- checkout
- restore_cache:
key: homebrew-cache-{{ .Environment.CACHE_VERSION }}-{{ checksum ".circleci/config.yml" }}
key: homebrew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}-{{ checksum ".circleci/config.yml" }}
- run:
name: Build and Publish
command: |
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
# publish in google storage bucket (additionally to electronbuild-publisher)
bash upload_release_to_gs.sh
- save_cache:
key: homebrew-cache-{{ .Environment.CACHE_VERSION }}-{{ checksum ".circleci/config.yml" }}
key: homebrew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}-{{ checksum ".circleci/config.yml" }}
paths:
- /usr/local/Homebrew
version_validation:
Expand Down

0 comments on commit 475d266

Please sign in to comment.