We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6948d89 commit dc5ecadCopy full SHA for dc5ecad
.github/workflows/ci.yaml
@@ -24,6 +24,12 @@ jobs:
24
- name: Check out the repo
25
uses: actions/checkout@v2
26
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
33
- name: Log in to the Container registry
34
uses: docker/login-action@v1
35
with:
@@ -36,4 +42,5 @@ jobs:
36
42
37
43
context: .
38
44
push: true
45
+ platforms: linux/amd64,linux/arm64
39
46
tags: ghcr.io/${{ github.repository }}/term-nz:latest
0 commit comments