Skip to content

Commit 67af31a

Browse files
## 1.0.3
Updates: - simplicity sdk -> v2025.6.0 - cpcd -> v4.7.0 Changes: - Build image changed from Debian to Ubuntu
1 parent 2dc6294 commit 67af31a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
with:
7575
username: ${{ vars.DOCKER_LOGIN }}
7676
password: ${{ secrets.DOCKER_PASSWORD }}
77-
- uses: docker/setup-qemu-action@v3
78-
with:
79-
platforms: linux/arm64,linux/amd64,linux/armv7
80-
image: tonistiigi/binfmt:latest
77+
# - uses: docker/setup-qemu-action@v3
78+
# with:
79+
# platforms: linux/arm64,linux/amd64,linux/armv7
80+
# image: tonistiigi/binfmt:latest
8181
- name: Build
8282
run: |
8383
docker run --rm --privileged \

0 commit comments

Comments
 (0)