Skip to content

Commit

Permalink
ci: Disable arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
yondonfu committed Jan 24, 2024
1 parent 857c7ad commit feb3f3e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@ jobs:
container: ubuntu:20.04
type: cpu

- GOOS: linux
GOARCH: arm64
runner: ubuntu-20.04
container: ubuntu:20.04
type: cpu
# - GOOS: linux
# GOARCH: arm64
# runner: ubuntu-20.04
# container: ubuntu:20.04
# type: cpu

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

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

- GOOS: windows
GOARCH: amd64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
build-args: |
BUILD_TAGS=${{ steps.build-tag.outputs.build-tags }}
context: .
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
file: "docker/Dockerfile"
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
build-args: |
BUILD_TAGS=${{ steps.build-tag.outputs.build-tags }}
context: .
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.meta-builder.outputs.tags }}
file: "docker/Dockerfile"
Expand Down

0 comments on commit feb3f3e

Please sign in to comment.