Skip to content

Commit

Permalink
.github: build-openbsd runs on arm64 too
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Aug 17, 2023
1 parent 609c4d1 commit 3ff172f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,17 @@ jobs:
build-openbsd:
runs-on: ubuntu-latest
strategy:
matrix:
arch:
- x86_64
- arm64
steps:
- uses: actions/checkout@v3
- uses: "cross-platform-actions/[email protected]"
with:
operating_system: openbsd
architecture: x86-64
architecture: ${{ matrix.arch }}
version: 7.2
run: |
sudo pkg_add git meson squashfs-tools curl lz4 xz zstd
Expand Down

0 comments on commit 3ff172f

Please sign in to comment.