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 3842ef6 commit 84d936c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
install: true
endpoint: ssh://[email protected]
append: |
- endpoint: ssh://[email protected]
Expand Down Expand Up @@ -61,7 +62,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64 #,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/algonode/conduit-cockroachdb:latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 84d936c

Please sign in to comment.