Skip to content

Commit

Permalink
multi arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
csenet authored Oct 15, 2023
1 parent f54b51b commit c5a474a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand All @@ -26,8 +27,8 @@ jobs:
with:
context: ./src
file: ./src/Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/102ch/voicevoxyomiage:latest
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max

0 comments on commit c5a474a

Please sign in to comment.