Skip to content

Commit

Permalink
Merge branch 'main' of github.com:element36-io/test-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabrot committed Mar 7, 2024
2 parents 411aa25 + 6b73b30 commit 83ea460
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
23 changes: 14 additions & 9 deletions .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,29 @@ name: Buildx Action
on:
push

env:
REGISTRY_IMAGE_NAME: risczero
REGISTRY_IMAGE: ${{ secrets.DOCKER_USERNAME }}/hyperfridge-r0
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
build:
runs-on: macos-latest
permissions:
contents: write
# strategy:
# fail-fast: false
# matrix:
# # os:
# # - macos-latest # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
strategy:
fail-fast: false
matrix:
os:
- macos-latest # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
# platform:
# - linux/arm64

steps:
# - name: Prepare
# run: |
# platform=${{ matrix.platform }}
# echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
- name: Prepare
run: |
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
- name: Check out code
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: run.sh

on:
push
push:
branches: [ test ]

jobs:
build:
Expand Down

0 comments on commit 83ea460

Please sign in to comment.