Skip to content

Commit

Permalink
arm64 and multi-arch support (#225)
Browse files Browse the repository at this point in the history
* Update changelog for multiarch

* Update changelog PR link

* Use clippy pendantic priority

* Use changelog header

Co-authored-by: Ed Morley <[email protected]>

---------

Co-authored-by: Ed Morley <[email protected]>
  • Loading branch information
joshwlewis and edmorley authored May 2, 2024
1 parent 7199a1d commit a516aca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Support for `arm64` and multi-arch images. ([#225](https://github.com/heroku/buildpacks-procfile/pull/225))

## [3.0.1] - 2024-03-13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ unused_crate_dependencies = "warn"

[lints.clippy]
panic_in_result_fn = "warn"
pedantic = "warn"
pedantic = { level = "warn", priority = -1 }
unwrap_used = "warn"

[dependencies]
Expand Down

0 comments on commit a516aca

Please sign in to comment.