Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .buildkite/packaging.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ steps:
- x-pack/packetbeat
- x-pack/winlogbeat

- label: "SNAPSHOT: {{matrix}} Linux/arm64"
- label: "SNAPSHOT: {{matrix}} Linux/arm64 and Darwin/arm64"
env:
PLATFORMS: "${PLATFORMS_ARM}"
SNAPSHOT: true
Expand Down Expand Up @@ -154,7 +154,7 @@ steps:
- x-pack/agentbeat

## Agentbeat needs more CPUs because it builds many other beats
- label: "SNAPSHOT: x-pack/agentbeat all artifacts apart from linux/arm64"
- label: "SNAPSHOT: x-pack/agentbeat all artifacts apart from linux/arm64 and darwin/arm64"
env:
PLATFORMS: "${PLATFORMS}"
SNAPSHOT: true
Expand Down Expand Up @@ -212,7 +212,7 @@ steps:
- x-pack/packetbeat
- x-pack/winlogbeat

- label: "STAGING: {{matrix}} Linux/arm64"
- label: "STAGING: {{matrix}} Linux/arm64 and Darwin/arm64"
env:
PLATFORMS: "${PLATFORMS_ARM}"
SNAPSHOT: false
Expand Down Expand Up @@ -246,7 +246,7 @@ steps:
- x-pack/agentbeat

## Agentbeat needs more CPUs because it builds many other beats
- label: "STAGING: x-pack/agentbeat all artifacts apart from linux/arm64"
- label: "STAGING: x-pack/agentbeat all artifacts apart from linux/arm64 and darwin/arm64"
env:
PLATFORMS: "${PLATFORMS}"
SNAPSHOT: false
Expand Down
Loading