Skip to content

Commit

Permalink
fix(build): use the correct checksum for nfpm arm64
Browse files Browse the repository at this point in the history
This updates one of the checksums for nfpm:
https://github.com/goreleaser/nfpm/releases/download/v2.31.0/checksums.txt

The 0e711d33[...] checksum is actually for the .sbom file and not the
tarball, causing bazel to report this error:

> Checksum was e6487dca9d9e9b1781fe7fa0a3d844e70cf12d92f3b5fc0c4ff771aa776b05ca but wanted 0e711d333d7673462f0afff8a57d4c09a215b3d20d989b5e4271f6622f325ded
  • Loading branch information
flrgh committed Jul 25, 2023
1 parent a5c3197 commit edd1f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/nfpm/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ nfpm_release_select = repository_rule(
def nfpm_repositories():
npfm_matrix = [
["linux", "x86_64", "6dd3b07d4d6ee373baea5b5fca179ebf78dec38c9a55392bae34040e596e4de7"],
["linux", "arm64", "0e711d333d7673462f0afff8a57d4c09a215b3d20d989b5e4271f6622f325ded"],
["linux", "arm64", "e6487dca9d9e9b1781fe7fa0a3d844e70cf12d92f3b5fc0c4ff771aa776b05ca"],
["Darwin", "x86_64", "19954ef8e6bfa0607efccd0a97452b6d571830665bd76a2f9957413f93f9d8cd"],
["Darwin", "arm64", "9fd82cda017cdfd49b010199a2eed966d0a645734d9a6bf932c4ef82c8c12c96"],
]
Expand Down

1 comment on commit edd1f99

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:edd1f994cbfc15b096f0bf0a8f7bdb7a6dc4305b
Artifacts available https://github.com/Kong/kong/actions/runs/5652304430

Please sign in to comment.