Skip to content

Commit 4b2c88d

Browse files
committed
build only server
1 parent c28bd8e commit 4b2c88d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build-core-template.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,8 @@ jobs:
3838
matrix:
3939
components:
4040
- server-v2
41-
- external-node
42-
- snapshots-creator
4341
platforms:
4442
- linux/amd64
45-
include:
46-
- components: external-node
47-
platforms: linux/arm64
4843

4944
steps:
5045
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
@@ -172,10 +167,6 @@ jobs:
172167
component:
173168
- name: server-v2
174169
platform: linux/amd64
175-
- name: external-node
176-
platform: linux/amd64,linux/arm64
177-
- name: snapshots-creator
178-
platform: linux/amd64
179170

180171
env:
181172
IMAGE_TAG_SUFFIX: ${{ inputs.image_tag_suffix }}${{ (inputs.en_alpha_release && matrix.component.name == 'external-node') && '-alpha' || '' }}

0 commit comments

Comments
 (0)