Skip to content

Commit

Permalink
Merge pull request #7 from awharn-docker/use-github-runners
Browse files Browse the repository at this point in the history
Use GitHub Runners
  • Loading branch information
awharn authored Jul 24, 2024
2 parents 1bf7e23 + 9ca242b commit 8f9e70c
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 8f9e70c

Please sign in to comment.