Skip to content

Commit

Permalink
docker: use separate amd64 builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Koushik Dutta authored and Koushik Dutta committed May 4, 2024
1 parent b3a16c0 commit c759bec
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up SSH
uses: MrSquaare/ssh-setup-action@v2
with:
host: ${{ secrets.DOCKER_SSH_HOST_AMD64 }}
private-key: ${{ secrets.DOCKER_SSH_PRIVATE_KEY }}

- name: Set up SSH
uses: MrSquaare/ssh-setup-action@v2
with:
Expand Down Expand Up @@ -85,6 +91,12 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up SSH
uses: MrSquaare/ssh-setup-action@v2
with:
host: ${{ secrets.DOCKER_SSH_HOST_AMD64 }}
private-key: ${{ secrets.DOCKER_SSH_PRIVATE_KEY }}

- name: Set up SSH
uses: MrSquaare/ssh-setup-action@v2
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up SSH
uses: MrSquaare/ssh-setup-action@v2
with:
host: ${{ secrets.DOCKER_SSH_HOST_AMD64 }}
private-key: ${{ secrets.DOCKER_SSH_PRIVATE_KEY }}

- name: Set up SSH
uses: MrSquaare/ssh-setup-action@v2
with:
Expand Down

0 comments on commit c759bec

Please sign in to comment.