Skip to content

Commit

Permalink
ci(docker): remove ARM builder
Browse files Browse the repository at this point in the history
  • Loading branch information
obviyus committed Feb 27, 2024
1 parent 9a89d60 commit 7d20251
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ jobs:
id: builder
uses: docker/setup-buildx-action@v3

- name: "Append ARM buildx builder"
uses: baschny/append-buildx-action@v1
with:
builder: ${{ steps.builder.outputs.name }}
endpoint: "ssh://ubuntu@140.238.243.7"
ssh_private_key: ${{ secrets.ARM64_RUNNER_SSH_PRIVATE_KEY }}

- name: Login to GHCR
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 7d20251

Please sign in to comment.