Skip to content

Commit 0cd85c3

Browse files
authored
wip
1 parent 1df2917 commit 0cd85c3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v5
1919

20+
- name: Set up QEMU
21+
uses: docker/setup-qemu-action@v3
22+
23+
- name: Set up Docker Buildx
24+
uses: docker/setup-buildx-action@v3
25+
2026
- name: Docker metadata
2127
id: meta
2228
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
@@ -27,6 +33,7 @@ jobs:
2733
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
2834
with:
2935
context: .
36+
platforms: linux/amd64,linux/arm64
3037
push: false
3138
tags: ${{ steps.meta.outputs.tags }}
3239
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)