Skip to content

Commit

Permalink
build arm64 images
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw authored Dec 9, 2024
1 parent 326474c commit cae993d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,15 @@ jobs:
type=semver,pattern={{version}},value=${{ steps.versioncheck.outputs.version }}
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Build and push the manage gui image
uses: docker/build-push-action@v5
with:
context: manage-gui
file: manage-gui/docker/Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta_gui.outputs.tags }}
labels: ${{ steps.meta_gui.outputs.labels }}
Expand All @@ -133,7 +136,7 @@ jobs:
with:
context: manage-server
file: manage-server/docker/Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta_server.outputs.tags }}
labels: ${{ steps.meta_server.outputs.labels }}

0 comments on commit cae993d

Please sign in to comment.