Skip to content

Commit eea7b5a

Browse files
Added multi arch build step (#130)
1 parent 991fcd8 commit eea7b5a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
name: Publish Docker Container
1111
runs-on: ubuntu-latest
1212
steps:
13+
-
14+
name: Set up QEMU
15+
uses: docker/setup-qemu-action@v3
16+
-
17+
name: Set up Docker Buildx
18+
uses: docker/setup-buildx-action@v3
1319
-
1420
name: Login to GitHub Container Registry
1521
uses: docker/login-action@v1
@@ -19,7 +25,7 @@ jobs:
1925
password: ${{ secrets.GITHUB_TOKEN }}
2026
-
2127
name: Build and push server
22-
uses: docker/build-push-action@v2
28+
uses: docker/build-push-action@v6
2329
with:
2430
tags: ghcr.io/subdavis/kobodl:latest
2531
push: true

0 commit comments

Comments
 (0)