Skip to content

Commit

Permalink
ci: remove aarch64, defer until proper m1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
abiosoft committed Nov 12, 2023
1 parent f0dc62a commit d804e3f
Showing 1 changed file with 0 additions and 89 deletions.
89 changes: 0 additions & 89 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,51 +139,6 @@ jobs:
- name: Teardown
run: colima delete -f

docker-aarch64:
runs-on: macos-13
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"

- name: Install CLI deps
run: |
brew install kubectl docker coreutils lima
- name: Build and Install
run: make && sudo make install

- name: tmate debugging session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
github-token: ${{ secrets.GITHUB_TOKEN }}
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}

- name: Start Colima
run: colima start --runtime docker --arch aarch64

- name: Delay
run: sleep 20

- name: Validate Docker
run: docker ps && docker info

- name: Build Image
run: docker build integration

- name: Validate DNS
run: colima ssh -- nslookup host.docker.internal

- name: Stop
run: colima stop

- name: Teardown
run: colima delete -f

containerd:
runs-on: macos-13
steps:
Expand Down Expand Up @@ -229,47 +184,3 @@ jobs:
- name: Teardown
run: colima delete -f

containerd-aarch64:
runs-on: macos-13
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"

- name: Install CLI deps
run: |
brew install kubectl docker coreutils lima
- name: Build and Install
run: make && sudo make install

- name: tmate debugging session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
github-token: ${{ secrets.GITHUB_TOKEN }}
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}

- name: Start Colima
run: colima start --runtime containerd --arch aarch64

- name: Validate Containerd
run: colima nerdctl ps && colima nerdctl info

- name: Validate DNS
run: colima ssh -- nslookup host.docker.internal

- name: Build Image
run: colima nerdctl -- build integration

- name: Delay
run: sleep 10

- name: Stop
run: colima stop

- name: Teardown
run: colima delete -f

0 comments on commit d804e3f

Please sign in to comment.