Skip to content

Commit

Permalink
Use GitHub Runners
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
  • Loading branch information
awharn committed Jul 24, 2024
1 parent 1bf7e23 commit 9ca242b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,18 @@ jobs:
run: echo ${{ steps.build.outputs.digest }}

build-and-deploy-arm:
runs-on: fastarm
runs-on: macos-14
strategy:
fail-fast: false
matrix:
node: [16, 18, 20]
steps:
- name: Set up Docker
id: setup
run: |
brew install docker colima
colima start
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
id: builder
Expand Down

0 comments on commit 9ca242b

Please sign in to comment.