Skip to content

Commit

Permalink
Fix buildpack target architecture config (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars authored Oct 24, 2024
1 parent 5348be5 commit f0e8130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildpacks/release-phase/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ description = "Enhances Release Phase with support for multiple, ordered release
[[buildpack.licenses]]
type = "MIT"

[[metadata.targets]]
[[targets]]
os = "linux"
arch = "amd64"

[[metadata.targets]]
[[targets]]
os = "linux"
arch = "arm64"

Expand Down

0 comments on commit f0e8130

Please sign in to comment.