Skip to content

Commit

Permalink
Add targets
Browse files Browse the repository at this point in the history
  • Loading branch information
runesoerensen committed May 14, 2024
1 parent 04f9e42 commit f7eea76
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions buildpacks/dotnet/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,18 @@ keywords = ["dotnet", ".NET", "heroku"]

[[buildpack.licenses]]
type = "BSD-3-Clause"

# [[stacks]] is deprecated in Buildpack API 0.10, but is (unintentionally?)
# required by `pack buildpack package`. The [[stacks]] table should be
# removed when the issue (https://github.com/buildpacks/pack/issues/2047) is
# resolved.
[[stacks]]
id = "*"

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

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

0 comments on commit f7eea76

Please # to comment.