Skip to content

Commit fce0415

Browse files
Upgrade CI and set up QEMU
1 parent 544b076 commit fce0415

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,16 @@ jobs:
7575
- name: Checkout
7676
uses: actions/checkout@v4
7777

78+
- name: Set up QEMU
79+
uses: docker/setup-qemu-action@v3
80+
7881
- name: Set up Docker Buildx
7982
uses: docker/setup-buildx-action@v3
83+
with:
84+
platforms: linux/amd64,linux/arm64
8085

8186
- name: Build Docker image
82-
uses: docker/build-push-action@v5
87+
uses: docker/build-push-action@v6
8388
with:
8489
context: .
8590
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)