Skip to content

Commit 5f687fe

Browse files
committed
build for amd and arm
1 parent eb27601 commit 5f687fe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v6
15+
- name: Set up QEMU
16+
uses: docker/setup-qemu-action@v3
17+
- name: Set up Docker Buildx
18+
uses: docker/setup-buildx-action@v3
1519
- name: Log in to the Container registry
1620
uses: docker/login-action@v3
1721
with:

0 commit comments

Comments
 (0)