We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb52d6 commit 581a96bCopy full SHA for 581a96b
.buildkite/pipeline.package.mbp.yml
@@ -1,9 +1,8 @@
1
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
2
name: "fleet server package mbp"
3
env:
4
- REPO: 'fleet-server'
5
- IMAGE_UBUNTU_X86_64: "family/core-ubuntu-2004"
6
- IMAGE_UBUNTU_ARM_64: "core-ubuntu-2004-aarch64"
+ IMAGE_UBUNTU_X86_64: "family/core-ubuntu-2204"
+ IMAGE_UBUNTU_ARM_64: "core-ubuntu-2204-aarch64"
7
8
# This section is used to define the plugins that will be used in the pipeline.
9
# See https://buildkite.com/docs/pipelines/integrations/plugins/using#using-yaml-anchors-with-plugins
0 commit comments