Skip to content

Commit 0ea2166

Browse files
v1vnarph
authored andcommitted
ci: add windows support (#7)
1 parent 0a7cf4f commit 0ea2166

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.ci/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pipeline {
5555
axes {
5656
axis {
5757
name 'PLATFORM'
58-
values 'macosx && x86_64', 'ubuntu-20.04 && immutable', 'aarch64' // 'windows-2019 && windows-immutable',
58+
values 'macosx && x86_64', 'ubuntu-20.04 && immutable', 'aarch64', 'windows-2019 && windows-immutable'
5959
}
6060
}
6161
stages {

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
[![Build Status](https://beats-ci.elastic.co/job/Beats/job/beats/job/master/badge/icon)](https://beats-ci.elastic.co/job/Beats/job/beats/job/master/)
2-
[![GoReportCard](http://goreportcard.com/badge/elastic/beats)](http://goreportcard.com/report/elastic/beats)
3-
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
4-
1+
[![Build Status](https://internal-ci.elastic.co/job/elastic-agent/job/elastic-agent-poc-mbp/job/main/badge/icon)](https://internal-ci.elastic.co/job/elastic-agent/job/elastic-agent-poc-mbp/job/main/)
52
# POC Elastic Agent
63

74
T

0 commit comments

Comments
 (0)