Skip to content

Commit 7ce4d20

Browse files
rhee876527HookedBehemoth
authored andcommitted
Update publish-docker.yml
1 parent dc5c1b3 commit 7ce4d20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
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
1418
- name: Login to Docker Hub
1519
uses: docker/login-action@v3
1620
with:
@@ -19,5 +23,6 @@ jobs:
1923
- name: Build and push
2024
uses: docker/build-push-action@v6
2125
with:
26+
platforms: linux/amd64,linux/arm64
2227
push: true
2328
tags: hookedbehemoth/neuters:latest

0 commit comments

Comments
 (0)