Skip to content

Commit b54482f

Browse files
committed
temporarly disable other platforms
Signed-off-by: Roberto Scolaro <[email protected]>
1 parent fdfda09 commit b54482f

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

.github/workflows/ci.yaml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -99,34 +99,34 @@ jobs:
9999
path: |
100100
build/sysdig-*.tar.gz
101101
102-
build-sysdig-others:
103-
name: build-sysdig-${{ matrix.os }}-${{ matrix.arch }}
104-
strategy:
105-
matrix:
106-
os: [windows-latest, macos-13, macos-14]
107-
include:
108-
- os: windows-latest
109-
artifact_name: win
110-
artifact_ext: exe
111-
arch: x86_64
112-
- os: macos-13
113-
artifact_name: osx
114-
artifact_ext: dmg
115-
arch: x86_64
116-
- os: macos-14
117-
artifact_name: osx
118-
artifact_ext: dmg
119-
arch: arm64
120-
runs-on: ${{ matrix.os }}
121-
steps:
122-
- name: Checkout Sysdig
123-
uses: actions/checkout@v4
124-
- name: Build
125-
run: |
126-
cmake -Wno-dev -S . -B build
127-
cmake --build build --target package --config Release
128-
- name: Upload Artifacts
129-
uses: actions/upload-artifact@v4
130-
with:
131-
name: sysdig-dev-${{ matrix.artifact_name }}-${{ matrix.arch }}
132-
path: build/sysdig-*.${{ matrix.artifact_ext }}
102+
#build-sysdig-others:
103+
# name: build-sysdig-${{ matrix.os }}-${{ matrix.arch }}
104+
# strategy:
105+
# matrix:
106+
# os: [windows-latest, macos-13, macos-14]
107+
# include:
108+
# - os: windows-latest
109+
# artifact_name: win
110+
# artifact_ext: exe
111+
# arch: x86_64
112+
# - os: macos-13
113+
# artifact_name: osx
114+
# artifact_ext: dmg
115+
# arch: x86_64
116+
# - os: macos-14
117+
# artifact_name: osx
118+
# artifact_ext: dmg
119+
# arch: arm64
120+
# runs-on: ${{ matrix.os }}
121+
# steps:
122+
# - name: Checkout Sysdig
123+
# uses: actions/checkout@v4
124+
# - name: Build
125+
# run: |
126+
# cmake -Wno-dev -S . -B build
127+
# cmake --build build --target package --config Release
128+
# - name: Upload Artifacts
129+
# uses: actions/upload-artifact@v4
130+
# with:
131+
# name: sysdig-dev-${{ matrix.artifact_name }}-${{ matrix.arch }}
132+
# path: build/sysdig-*.${{ matrix.artifact_ext }}

0 commit comments

Comments
 (0)