Skip to content

Commit

Permalink
Add NetBSD ARM64 to full example
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Apr 12, 2024
1 parent 1d820c8 commit e905a58
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ jobs:

### Full Example

Here's a sample workflow file which will set up a matrix resulting in four jobs.
One which will run on FreeBSD 14.0, one which runs OpenBSD 7.5, one which runs
NetBSD 10.0 and one which runs OpenBSD 7.5 on ARM64.
Here's a sample workflow file which will set up a matrix resulting in four
jobs. One which will run on FreeBSD 14.0, one which runs OpenBSD 7.5, one which
runs NetBSD 10.0, one which runs OpenBSD 7.5 on ARM64 and one which runs NetBSD
10.0 on ARM64.

```yaml
name: CI
Expand Down Expand Up @@ -79,6 +80,9 @@ jobs:
architecture: x86-64
version: '10.0'

- name: netbsd
architecture: arm64
version: '10.0
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e905a58

Please sign in to comment.