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 a6e1889 commit 297f059Copy full SHA for 297f059
.github/workflows/publish.yml
@@ -15,9 +15,6 @@ jobs:
15
with:
16
fetch-depth: 1
17
18
- - name: Set up QEMU
19
- uses: docker/setup-qemu-action@v3
20
-
21
- name: Set up Docker Buildx
22
uses: docker/setup-buildx-action@v3
23
@@ -33,7 +30,7 @@ jobs:
33
30
34
31
context: .
35
32
target: hyperion-proxy
36
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
37
push: true
38
tags: |
39
ghcr.io/${{ github.repository }}/hyperion-proxy:latest
@@ -44,7 +41,7 @@ jobs:
44
41
45
42
46
43
target: tag
47
48
49
50
ghcr.io/${{ github.repository }}/tag:latest
0 commit comments