Skip to content

Commit

Permalink
Add missing metadata for dual arch
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydahanne committed Apr 1, 2024
1 parent 66274bf commit 2c493cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ codeowners:
- path: "*"
owner: "@paketo-buildpacks/java-maintainers"

helpers:
"bin/helper": "$GOMOD/cmd/helper"

package:
repositories: ["docker.io/paketobuildpacks/java-memory-assistant","gcr.io/paketo-buildpacks/java-memory-assistant"]
register: true
Expand Down
9 changes: 9 additions & 0 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ api = "0.7"
uri = "https://github.com/paketo-buildpacks/java-memory-assistant/blob/main/LICENSE"

[metadata]
include-files = ["LICENSE", "NOTICE", "README.md", "linux/amd64/bin/build", "linux/amd64/bin/detect", "linux/amd64/bin/main", "linux/amd64/bin/helper", "linux/arm64/bin/build", "linux/arm64/bin/detect", "linux/arm64/bin/main", "linux/arm64/bin/helper", "buildpack.toml"]
include-files = ["LICENSE", "NOTICE", "README.md", "bin/build", "bin/detect", "bin/main", "bin/helper", "buildpack.toml"]
pre-package = "scripts/build.sh"

Expand Down Expand Up @@ -73,3 +74,11 @@ api = "0.7"

[[stacks]]
id = "*"

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

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

0 comments on commit 2c493cc

Please sign in to comment.