Skip to content

Commit

Permalink
multi arch build with own ARM64 node
Browse files Browse the repository at this point in the history
  • Loading branch information
urtho committed Sep 15, 2024
1 parent dd5aeba commit 9a7000d
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,20 @@ jobs:
contents: read
id-token: write
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up SSH
uses: MrSquaare/ssh-setup-action@v3
with:
host: 188.245.42.209
private-key: ${{ secrets.BUILDX_DE1 }}
private-key-name: buildx_de1

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64
append: |
- endpoint: ssh://[email protected]
platforms: linux/arm64
- name: Check out the repo
uses: actions/checkout@v4
Expand All @@ -40,7 +47,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/supeer-io/alloanalyticspro
images: ghcr.io/algonode/conduit-cockroachdb

- name: Build and push Docker image
id: push
Expand Down

0 comments on commit 9a7000d

Please sign in to comment.