Skip to content

Commit

Permalink
Use the M1 fleet
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 23, 2024
1 parent ca8ff66 commit 5c3f854
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest-xlarge]
platform:
- linux/amd64
- linux/arm/v6
Expand All @@ -32,7 +32,7 @@ jobs:
platform: linux/arm/v7
- os: ubuntu-latest
platform: linux/arm64
- os: macos-latest
- os: macos-latest-xlarge
platform: linux/amd64

steps:
Expand All @@ -41,15 +41,15 @@ jobs:
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
- name: Setup docker (missing on MacOS)
if: runner.os == 'macos'
run: |
brew install docker
colima start
# For testcontainers to find the Colima socket
# https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#cannot-connect-to-the-docker-daemon-at-unixvarrundockersock-is-the-docker-daemon-running
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
# - name: Setup docker (missing on MacOS)
# if: runner.os == 'macos'
# run: |
# brew install docker
# colima start
#
# # For testcontainers to find the Colima socket
# # https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#cannot-connect-to-the-docker-daemon-at-unixvarrundockersock-is-the-docker-daemon-running
# sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5c3f854

Please sign in to comment.