mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[FIPS][Build] Add Cloud FIPS ARM artifacts (#217380)
## Summary Closes #217355 [Test run](https://buildkite.com/elastic/kibana-artifacts-snapshot/builds/5927#_) in the artifact pipeline. Then tested the ARM Cloud FIPS on an ARM GCP instance.
This commit is contained in:
parent
c2774e3e7d
commit
b6907a54d8
2 changed files with 9 additions and 1 deletions
|
@ -7,7 +7,7 @@ set -euo pipefail
|
|||
source .buildkite/scripts/steps/artifacts/env.sh
|
||||
|
||||
echo "--- Build Kibana artifacts"
|
||||
node scripts/build --all-platforms --debug --docker-cross-compile --skip-docker-fips --skip-docker-cloud-fips --skip-docker-serverless --skip-cdn-assets "${BUILD_ARGS[@]}"
|
||||
node scripts/build --all-platforms --debug --docker-cross-compile --skip-docker-fips --skip-docker-serverless --skip-cdn-assets "${BUILD_ARGS[@]}"
|
||||
|
||||
echo "--- Extract default i18n messages"
|
||||
mkdir -p target/i18n
|
||||
|
|
|
@ -161,6 +161,14 @@ export const CreateDockerCloudFIPS: Task = {
|
|||
fips: true,
|
||||
cloud: true,
|
||||
});
|
||||
await runDockerGenerator(config, log, build, {
|
||||
architecture: 'aarch64',
|
||||
baseImage: 'wolfi',
|
||||
context: false,
|
||||
image: true,
|
||||
fips: true,
|
||||
cloud: true,
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue