Skip to content

Commit 81f1ea1

Browse files
authored
Merge pull request #1290 from ashpect/develop
Add checksums for darwin/arm64
2 parents ab79b03 + e7b43f0 commit 81f1ea1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ eval $(minikube docker-env)
3333
```
3434

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

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

4646
*Note:* As above, while iterating you may prefer to run
47-
`./hack/dev-deploy` which is much faster (0.5 minutes vs. 4+ minutes), but it
47+
`./hack/dev-deploy.sh` which is much faster (0.5 minutes vs. 4+ minutes), but it
4848
requires that you have previously run the full deploy at least once to set
4949
things up. Additionally you may need to make changes directly to the overlay in
5050
config-dev-deploy/build.yml.

hack/dependencies.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
- checksums:
22
darwin:
33
amd64: a21a6e45f92ae71eae95e771bb8da6e939593c6679d3da36c4ae2204afdcce5f
4+
arm64: 61114a5d245e0ca1deb158f2646f754d90e30e44d3381f8ab2efa491a0541c99
45
linux:
56
amd64: a6729fb8514f10ab58f9ed3b50cd90ef79bf16d1cb29173baa84e1af0bc5ad4f
67
arm64: b0068b729e6787d0e6093ceb5678f5882d1ea2d56d75895e91f2082f64e588c5
@@ -12,6 +13,7 @@
1213
- checksums:
1314
darwin:
1415
amd64: f6e1fb3d109d3c3984afb545ef17d9f5d5695bd2e0b72212d512a662795012e2
16+
arm64: faf24318b68b46c40b91fb41417def7ac4688ad4ac572287bb4cd5d7e243ff11
1517
linux:
1618
amd64: e212d112da6475d0a3176c9c106de0cf3414e2d3d0662ba6642c652f17a9389d
1719
arm64: 42b51deb1853f4a4d153b90558a917ee8ee0f9126ba87edbf96bb55041e91f3f
@@ -23,6 +25,7 @@
2325
- checksums:
2426
darwin:
2527
amd64: 6b68a2fa7d1934ce00b1eaef2958f3eb43a07a579b8a3393f53e934bc14b87e3
28+
arm64: 72ecfe547946ea1cf84b664a49b97cb6eb2f8f8b465603f5bf1cb734db082729
2629
linux:
2730
amd64: c7e261a7ff61ab240b5c15229c9ab54172bb719066295858e89e56a77656b1cc
2831
arm64: b5f74da5ce2b4842550226f5c1c52083077411932614916fa6272ef014f5a584
@@ -34,6 +37,7 @@
3437
- checksums:
3538
darwin:
3639
amd64: 6a5290066d8fbe26aa0603902825bbca55b97f011e97949677eb937ace2d2e3e
40+
arm64: 457a4c21967fcd1ac8e90058a92e8650a44054b87f10498b51e335a6bbf36c16
3741
linux:
3842
amd64: 26cdf2710cd4f5198c2b8beaab88f70db4075a82660963a01b271d75cd8e5779
3943
arm64: b33b9c6172acbce88baf17ec38c16e9cd8d99ad1f3470d999e444071702bd06d

0 commit comments

Comments
 (0)