Skip to content

Commit

Permalink
Add checksums for darwin/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpect committed Aug 14, 2023
1 parent ab79b03 commit 74af9a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ eval $(minikube docker-env)
```

*Note:* for rapid iteration while developing, you can run the script
`./hack/dev-deploy` which is much faster (0.5 minutes vs. 4+ minutes), but it
`./hack/dev-deploy.sh` which is much faster (0.5 minutes vs. 4+ minutes), but it
requires that you have previously run the full deploy at least once to set
things up.

Expand All @@ -44,7 +44,7 @@ things up.
3. Run `./hack/deploy.sh`

*Note:* As above, while iterating you may prefer to run
`./hack/dev-deploy` which is much faster (0.5 minutes vs. 4+ minutes), but it
`./hack/dev-deploy.sh` which is much faster (0.5 minutes vs. 4+ minutes), but it
requires that you have previously run the full deploy at least once to set
things up. Additionally you may need to make changes directly to the overlay in
config-dev-deploy/build.yml.
Expand Down
4 changes: 4 additions & 0 deletions hack/dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- checksums:
darwin:
amd64: a21a6e45f92ae71eae95e771bb8da6e939593c6679d3da36c4ae2204afdcce5f
arm64: 61114a5d245e0ca1deb158f2646f754d90e30e44d3381f8ab2efa491a0541c99
linux:
amd64: a6729fb8514f10ab58f9ed3b50cd90ef79bf16d1cb29173baa84e1af0bc5ad4f
arm64: b0068b729e6787d0e6093ceb5678f5882d1ea2d56d75895e91f2082f64e588c5
Expand All @@ -12,6 +13,7 @@
- checksums:
darwin:
amd64: f6e1fb3d109d3c3984afb545ef17d9f5d5695bd2e0b72212d512a662795012e2
arm64: faf24318b68b46c40b91fb41417def7ac4688ad4ac572287bb4cd5d7e243ff11
linux:
amd64: e212d112da6475d0a3176c9c106de0cf3414e2d3d0662ba6642c652f17a9389d
arm64: 42b51deb1853f4a4d153b90558a917ee8ee0f9126ba87edbf96bb55041e91f3f
Expand All @@ -23,6 +25,7 @@
- checksums:
darwin:
amd64: 6b68a2fa7d1934ce00b1eaef2958f3eb43a07a579b8a3393f53e934bc14b87e3
arm64: 72ecfe547946ea1cf84b664a49b97cb6eb2f8f8b465603f5bf1cb734db082729
linux:
amd64: c7e261a7ff61ab240b5c15229c9ab54172bb719066295858e89e56a77656b1cc
arm64: b5f74da5ce2b4842550226f5c1c52083077411932614916fa6272ef014f5a584
Expand All @@ -34,6 +37,7 @@
- checksums:
darwin:
amd64: 6a5290066d8fbe26aa0603902825bbca55b97f011e97949677eb937ace2d2e3e
arm64: 457a4c21967fcd1ac8e90058a92e8650a44054b87f10498b51e335a6bbf36c16
linux:
amd64: 26cdf2710cd4f5198c2b8beaab88f70db4075a82660963a01b271d75cd8e5779
arm64: b33b9c6172acbce88baf17ec38c16e9cd8d99ad1f3470d999e444071702bd06d
Expand Down

0 comments on commit 74af9a6

Please sign in to comment.