Skip to content

Commit

Permalink
updated packaging step & gh notif names
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed May 7, 2024
1 parent 1a53eb5 commit 6a6ec63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/x-pack/pipeline.xpack.dockerlogbeat.yml
Expand Up @@ -83,7 +83,7 @@ steps:
key: "x-pack-dockerlogbeat-packaging"

steps:
- label: ":ubuntu: x-pack/dockerlogbeat Packaging Linux x86_64"
- label: ":ubuntu: x-pack/dockerlogbeat Packaging Linux"
key: "auditbeat-package-linux-x86"
env:
PLATFORMS: "+all linux/amd64 linux/arm64 windows/amd64 darwin/amd64 darwin/arm64"
Expand All @@ -97,9 +97,9 @@ steps:
machineType: "${GCP_HI_PERF_MACHINE_TYPE}"
notify:
- github_commit_status:
context: "x-pack/dockerlogbeat: Packaging Linux x86_64"
context: "x-pack/dockerlogbeat: Packaging Linux"

- label: ":linux: x-pack/dockerlogbeat Packaging Linux ARM"
- label: ":linux: x-pack/dockerlogbeat Packaging Linux arm64"
key: "auditbeat-package-linux-arm"
env:
PLATFORMS: "linux/arm64"
Expand All @@ -114,4 +114,4 @@ steps:
instanceType: "${AWS_ARM_INSTANCE_TYPE}"
notify:
- github_commit_status:
context: "x-pack/dockerlogbeat: Packaging Linux ARM"
context: "x-pack/dockerlogbeat: Packaging Linux arm64"

0 comments on commit 6a6ec63

Please sign in to comment.