Skip to content

Commit

Permalink
build(webui): docker image builds for linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Nicoll authored and bambanah committed Sep 17, 2024
1 parent 2721420 commit b215ca5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
HUSKY: 0
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
PLATFORMS: linux/amd64,linux/arm64

jobs:
build-publish-docker:
Expand All @@ -33,6 +34,9 @@ jobs:
steps:
- uses: actions/checkout@v4

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

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

Expand All @@ -57,6 +61,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: ${{ env.PLATFORMS }}
cache-from: type=gha
cache-to: type=gha,mode=max
push: ${{ startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit b215ca5

Please sign in to comment.