Skip to content

Commit

Permalink
docker build too slow for ci need prebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed Jul 8, 2023
1 parent 58594c9 commit db96773
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Build Docker container
uses: docker/build-push-action@v4
with:
context: .
file: etc/Dockerfile.jetson
tags: viam-csi-build:0.0.1
build-args: |
TAG=35.3.1
# - name: Build Docker container
# uses: docker/build-push-action@v4
# with:
# context: .
# file: etc/Dockerfile.jetson
# tags: viam-csi-build:0.0.1
# build-args: |
# TAG=35.3.1

0 comments on commit db96773

Please sign in to comment.