Skip to content

Commit

Permalink
Merge pull request #1272 from paketo-buildpacks/add-arm-support
Browse files Browse the repository at this point in the history
Add arm64 support
  • Loading branch information
anthonydahanne authored Jul 27, 2024
2 parents d48c86a + f573b25 commit 4b0a2b6
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 @@ -72,3 +72,11 @@

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/image-labels:4.7.1"

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

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

0 comments on commit 4b0a2b6

Please sign in to comment.