Skip to content

Commit 9ac7bfe

Browse files
committed
Use x86_64-linux in build workflow
1 parent c394d7b commit 9ac7bfe

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# *******************************************************************************
2-
# Copyright (c) 2025 Contributors to the Eclipse Foundation
2+
# Copyright (c) 2026 Contributors to the Eclipse Foundation
33
#
44
# See the NOTICE file(s) distributed with this work for additional
55
# information regarding copyright ownership.
@@ -10,7 +10,6 @@
1010
#
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
13-
1413
name: Bazel Build
1514

1615
on:
@@ -30,7 +29,6 @@ jobs:
3029
- name: Setup Bazel
3130
uses: bazel-contrib/setup-bazel@0.15.0
3231
with:
33-
bazelisk-version: 1.26.0 # newest LTS before 1 Jun 2025
3432
disk-cache: true
3533
repository-cache: true
3634
bazelisk-cache: true
@@ -57,4 +55,4 @@ jobs:
5755
5856
- name: Build with Bazel
5957
run: |
60-
bazel build //...
58+
bazel build --config x86_64-linux //...

0 commit comments

Comments
 (0)