Skip to content

Commit 9333caa

Browse files
committed
[ci] update build-hash workflow to include ARM support and set up Docker
1 parent 983ff17 commit 9333caa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-hash.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ jobs:
77
build:
88
strategy:
99
matrix:
10-
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-15]
10+
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-13]
1111
runs-on: ${{ matrix.os }}
1212
name: ${{ matrix.os }}
1313
steps:
1414
- uses: actions/checkout@v4
15+
- name: Set up Docker
16+
uses: docker/setup-docker-action@v4
1517
- name: Build using Docker
1618
run: |
1719
# MOPS_VERSION=$(cd cli && npm pkg get version | tr -d \")

0 commit comments

Comments
 (0)