Skip to content

Commit

Permalink
or not???
Browse files Browse the repository at this point in the history
  • Loading branch information
iameli committed Oct 18, 2023
1 parent 8a7e0ba commit 171d772
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,31 +26,31 @@ jobs:
target:
- GOOS: linux
GOARCH: amd64
runner: ubuntu:20.04
runner: [linux, amd64]
container: ubuntu:20.04
type: cpu

- GOOS: linux
GOARCH: arm64
runner: ubuntu:20.04
runner: [linux, amd64]
container: ubuntu:20.04
type: cpu

- GOOS: linux
GOARCH: amd64
runner: ubuntu:20.04
runner: [linux, amd64]
container: livepeerci/cuda:11.7.1-cudnn8-devel-ubuntu20.04
type: gpu

- GOOS: linux
GOARCH: arm64
runner: ubuntu:20.04
runner: [linux, amd64]
container: livepeerci/cuda:11.7.1-cudnn8-devel-ubuntu20.04
type: gpu

- GOOS: windows
GOARCH: amd64
runner: ubuntu:20.04
runner: [linux, amd64]
container: ubuntu:22.04
type: cpu

Expand Down

0 comments on commit 171d772

Please sign in to comment.