Skip to content

Commit bb5e0d4

Browse files
committed
Add run-on-arch-action into TODO list
Github run-on-arch-action 3.3.0 release will support openEuler, add refactor TODO, see detail in uraimo/run-on-arch-action#89
1 parent 4546b00 commit bb5e0d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-gate-jobs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
name: Test it on ${{ matrix.os }} ${{ matrix.arch }} with python3
6868
steps:
6969
- uses: actions/checkout@v3
70+
# TODO(ChenRui): run-on-arch-action will support openEuler in 3.0.0
71+
# refactor this job when it's available.
72+
# https://github.com/uraimo/run-on-arch-action/pull/89
7073
- uses: uraimo/run-on-arch-action@v2.3.0
7174
with:
7275
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)