Skip to content

Commit

Permalink
Add targets to package.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo authored Apr 24, 2024
1 parent cf9637c commit e076819
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/procfile:5.8.0"

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

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

0 comments on commit e076819

Please sign in to comment.