Skip to content

Commit

Permalink
add arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Jun 2, 2024
1 parent a990658 commit 3d6867e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Docker on macOS
uses: douglascamata/setup-docker-macos-action@v1-alpha

- name: Pull ARM64 Docker image
run: |
docker pull --platform linux/arm64 ubuntu:20.04
Expand Down

0 comments on commit 3d6867e

Please sign in to comment.