Skip to content

Commit 8dd8175

Browse files
committed
Merge branch 'feature/go-migration' of https://github.com/cloudfoundry/java-buildpack into feature/go-migration
2 parents 39f46be + 72711d7 commit 8dd8175

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
}
1717
]
1818
}
19-
}
19+
}

manifest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ default_versions:
7171
- name: your-kit-profiler
7272
version: 2025.x
7373
- name: jprofiler-profiler
74-
version: 14.x
74+
version: 15.x
7575
- name: sealights-agent
7676
version: 4.x
7777
- name: container-security-provider
@@ -523,9 +523,9 @@ dependencies:
523523

524524
# JProfiler Profiler
525525
- name: jprofiler-profiler
526-
version: 14.0.5
527-
uri: https://download.run.pivotal.io/jprofiler/jprofiler-14.0.5.tar.gz
528-
sha256: 4bb7b65aeac327478fce9320d182bde0c9f47877dbf3f8cd99fd2462db366343
526+
version: 15.0.4
527+
uri: https://download.run.pivotal.io/jprofiler/jprofiler-15.0.4.tar.gz
528+
sha256: 57c81d964a8fefd868f7c3559fbf64301165cdef55ce6c5cbfa23f1fa8790ddb
529529
cf_stacks:
530530
- cflinuxfs4
531531

@@ -598,4 +598,4 @@ dependencies:
598598
# ========================================
599599
# NOTE: Checkmarx agent is downloaded via API using authentication from service binding
600600
# The framework will download directly from the Checkmarx API at runtime
601-
# No manifest entry needed - download is fully dynamic
601+
# No manifest entry needed - download is fully dynamic

scripts/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function main() {
2929

3030
CGO_ENABLED=0 \
3131
GOOS="${os}" \
32+
GOARCH=amd64 \
3233
go build \
3334
-mod vendor \
3435
-ldflags="-s -w" \
@@ -38,4 +39,4 @@ function main() {
3839
done
3940
}
4041

41-
main "${@:-}"
42+
main "${@:-}"

0 commit comments

Comments
 (0)