Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabrot committed Mar 8, 2024
1 parent e8be946 commit 35a289c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Buildx Action

on:
push:
branches: [ test ]
branches: [ main ]

env:
REGISTRY_IMAGE_NAME: risczero
Expand All @@ -11,7 +11,7 @@ env:

jobs:
build:
runs-on: macos-latest
runs-on: macos-latest-large
permissions:
contents: write
strategy:
Expand All @@ -34,10 +34,11 @@ jobs:

# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3
-
name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
# uses: crazy-max/ghaction-setup-containerd@v3

# -
# name: Set up Docker
# uses: crazy-max/ghaction-setup-docker@v3
# # uses: crazy-max/ghaction-setup-containerd@v3

- name: Login to DockerHub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Install Docker
run: |
brew install --cask docker
brew install docker-machine
# - name: Start Docker
# run: |
Expand Down

0 comments on commit 35a289c

Please sign in to comment.