Skip to content

Commit d750930

Browse files
authored
Add simple docker job
1 parent a3503a0 commit d750930

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/hello.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,3 +276,13 @@ jobs:
276276
with:
277277
go-version: ${{ matrix.go-version }}
278278
- run: go version
279+
280+
docker:
281+
runs-on: ${{ matrix.runs-on }}
282+
strategy:
283+
fail-fast: false
284+
matrix:
285+
runs-on: [ubuntu-24.04-riscv, ubuntu-24.04]
286+
steps:
287+
- run: docker ps
288+
- run: docker run --rm -it ubuntu:latest uname -m

0 commit comments

Comments
 (0)