Skip to content

Commit cda4d1e

Browse files
Add inventory support for arm64 linux artifacts (#230)
* Compare artifacts based on checksum * Add arm64 linux artifacts to inventory Format artifacts with OS and arch * Improve variable naming accuracy * Dedup logic * Prefer named variables * Remove whitespace in artifact os/arch pair Co-authored-by: Colin Casey <casey.colin@gmail.com> * Expand tuple in filter function Co-authored-by: Colin Casey <casey.colin@gmail.com> * Test Display implementation for artifact * Verify Hash impl for Artifact * Implement default for Artifact tests * Rewrite default artifact as create_artifact * Simplify artifact display formatting test --------- Co-authored-by: Colin Casey <casey.colin@gmail.com>
1 parent 39bd8b2 commit cda4d1e

5 files changed

Lines changed: 1883 additions & 42 deletions

File tree

buildpacks/go/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Implement Buildpack API 0.10. ([#231](https://github.com/heroku/buildpacks-go/pull/231))
1313

14+
### Added
15+
16+
- Added linux aarch64 artifacts for >= go1.8.5. ([#230](https://github.com/heroku/buildpacks-go/pull/230))
17+
1418
## [0.2.0] - 2024-03-06
1519

1620
### Added

0 commit comments

Comments
 (0)