Skip to content

Commit

Permalink
Add missing dual arch metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydahanne committed Apr 1, 2024
1 parent 31c31e8 commit 3c2b2db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,11 @@ api = "0.7"

[[stacks]]
id = "*"

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

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

0 comments on commit 3c2b2db

Please sign in to comment.