We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5c1b3 commit 7ce4d20Copy full SHA for 7ce4d20
.github/workflows/publish-docker.yml
@@ -11,6 +11,10 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
+ - name: Set up QEMU
15
+ uses: docker/setup-qemu-action@v3
16
+ - name: Set up Docker Buildx
17
+ uses: docker/setup-buildx-action@v3
18
- name: Login to Docker Hub
19
uses: docker/login-action@v3
20
with:
@@ -19,5 +23,6 @@ jobs:
23
- name: Build and push
24
uses: docker/build-push-action@v6
21
25
26
+ platforms: linux/amd64,linux/arm64
22
27
push: true
28
tags: hookedbehemoth/neuters:latest
0 commit comments