Skip to content

Commit

Permalink
Upd build
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Apr 23, 2024
1 parent c60fb72 commit f76bb2a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,18 @@ jobs:
tags: ghcr.io/thingsdb/node:${{ steps.get_version.outputs.VERSION }}
labels: ${{ steps.meta.outputs.labels }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push Docker image (arm64)
uses: docker/build-push-action@v5
with:
context: .
push: true
file: docker/arm64.Dockerfile
tags: ghcr.io/thingsdb/node:arm64-${{ steps.get_version.outputs.VERSION }}
platforms: linux/amd64,linux/arm64/v8
labels: ${{ steps.meta.outputs.labels }}
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,18 @@ jobs:
tags: ghcr.io/thingsdb/node:${{ steps.get_version.outputs.VERSION }},ghcr.io/thingsdb/node:latest
labels: ${{ steps.meta.outputs.labels }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push Docker image (arm64)
uses: docker/build-push-action@v5
with:
context: .
push: true
file: docker/arm64.Dockerfile
tags: ghcr.io/thingsdb/node:arm64-${{ steps.get_version.outputs.VERSION }}
platforms: linux/amd64,linux/arm64/v8
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit f76bb2a

Please sign in to comment.