Skip to content

Commit dc5ecad

Browse files
add arm builds
1 parent 6948d89 commit dc5ecad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
- name: Check out the repo
2525
uses: actions/checkout@v2
2626

27+
- name: Set up QEMU
28+
uses: docker/setup-qemu-action@v2
29+
30+
- name: Set up Docker Buildx
31+
uses: docker/setup-buildx-action@v2
32+
2733
- name: Log in to the Container registry
2834
uses: docker/login-action@v1
2935
with:
@@ -36,4 +42,5 @@ jobs:
3642
with:
3743
context: .
3844
push: true
45+
platforms: linux/amd64,linux/arm64
3946
tags: ghcr.io/${{ github.repository }}/term-nz:latest

0 commit comments

Comments
 (0)