We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e975f commit 4531b9fCopy full SHA for 4531b9f
.buildkite/pipeline.package.mbp.yml
@@ -1,10 +1,15 @@
1
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
2
name: "fleet server package mbp"
3
env:
4
+<<<<<<< HEAD
5
REPO: 'fleet-server'
6
DOCKER_REGISTRY: "docker.elastic.co"
7
IMAGE_UBUNTU_X86_64: "family/core-ubuntu-2004"
8
IMAGE_UBUNTU_ARM_64: "core-ubuntu-2004-aarch64"
9
+=======
10
+ IMAGE_UBUNTU_X86_64: "family/core-ubuntu-2204"
11
+ IMAGE_UBUNTU_ARM_64: "core-ubuntu-2204-aarch64"
12
+>>>>>>> fae7420 (bk: use ubuntu 22.04 (#5123))
13
14
# This section is used to define the plugins that will be used in the pipeline.
15
# See https://buildkite.com/docs/pipelines/integrations/plugins/using#using-yaml-anchors-with-plugins
0 commit comments