Skip to content

Commit

Permalink
try out our own build machines
Browse files Browse the repository at this point in the history
  • Loading branch information
urtho committed Sep 15, 2024
1 parent 31a402e commit 3842ef6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
host: 188.245.112.244
private-key: ${{ secrets.BUILDX_DE1 }}
private-key-name: build-arm

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
endpoint: ssh://[email protected]
append: |
- endpoint: ssh://[email protected]
- name: Check out the repo
uses: actions/checkout@v4
Expand All @@ -55,9 +62,6 @@ jobs:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
endpoint: ssh://[email protected]
append: |
- endpoint: ssh://[email protected]
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/algonode/conduit-cockroachdb:latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 3842ef6

Please sign in to comment.