Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use correct sha256 checksum for arm64 injector binary (#2483)
## Description From `main`: ```shell zarf p create . -a arm64 --confirm ``` Output: ![injector-checksum](https://github.com/defenseunicorns/zarf/assets/87675701/b34e2398-f2fc-434f-a8e6-5614b6335258) or ```shell curl -sLO https://zarf-public.s3-us-gov-west-1.amazonaws.com/injector/2024-05-03/zarf-injector-arm64 sha256sum ./zarf-injector-arm64 ``` Output: ```shell 866b5b1911dd920618be55164c4f95abe05753932ac6d0f2270d26e569d797a2 ./zarf-injector-arm64 ``` The checksum does not match what is in our `zarf-config.toml`: https://github.com/defenseunicorns/zarf/blob/e69f3ab70aa248d7cb43eda1b920d196b79188b1/zarf-config.toml#L10 ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/.github/CONTRIBUTING.md#developer-workflow) followed
- Loading branch information