Skip to content

Commit 2b92569

Browse files
committed
Update README.md
1 parent 93517bc commit 2b92569

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
> [!NOTE] New major release addressing sporadic segmentation faults
2+
>
3+
> The release 3.0.0 addressed sporadic segmentation faults noticed with recent kernel releases, please update your action to this new major release if you start noticing random or systematic CI failures.
4+
15
# Run-On-Arch GitHub Action
26

37
[![](https://github.com/uraimo/run-on-arch-action/workflows/test/badge.svg)](https://github.com/uraimo/run-on-arch-action)
48

9+
510
A GitHub Action that executes commands on non-x86 CPU architecture (armv6, armv7, aarch64, s390x, ppc64le) via QEMU.
611

712
## Usage
@@ -36,7 +41,7 @@ jobs:
3641
name: Build on ubuntu-22.04 armv7
3742
steps:
3843
- uses: actions/checkout@v4
39-
- uses: uraimo/run-on-arch-action@v2
44+
- uses: uraimo/run-on-arch-action@v3
4045
name: Run commands
4146
id: runcmd
4247
with:
@@ -86,7 +91,7 @@ jobs:
8691
base_image: --platform=linux/riscv64 riscv64/busybox
8792
steps:
8893
- uses: actions/checkout@v4
89-
- uses: uraimo/run-on-arch-action@v2
94+
- uses: uraimo/run-on-arch-action@v3
9095
name: Build artifact
9196
id: build
9297
with:

0 commit comments

Comments
 (0)