There was an error while loading. Please reload this page.
1 parent a3503a0 commit d750930Copy full SHA for d750930
1 file changed
.github/workflows/hello.yml
@@ -276,3 +276,13 @@ jobs:
276
with:
277
go-version: ${{ matrix.go-version }}
278
- 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