Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
Disable support for QEMU 8.1.5 and 8.2.2 by now
  • Loading branch information
luojia65 authored Mar 24, 2024
1 parent 46d5a02 commit 25d97df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
base-img: [slim]
qemu-version: [5.2.0, 6.2.0, 7.0.0, 7.1.0, 7.2.0, 8.0.5, 8.1.5, 8.2.2]
qemu-version: [5.2.0, 6.2.0, 7.0.0, 7.1.0, 7.2.0, 8.0.5] # 8.1.5, 8.2.2
include:
- qemu-target-tag: rv64
qemu-target-list: riscv64-softmmu,riscv64-linux-user
Expand Down

0 comments on commit 25d97df

Please sign in to comment.