Skip to content

Commit

Permalink
Merge pull request #41 from Gottox/feature/openbsd-pipeline
Browse files Browse the repository at this point in the history
Feature/openbsd pipeline
  • Loading branch information
Gottox committed Aug 17, 2023
2 parents 2e8605a + 2f98ba1 commit 7b5a594
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,18 @@ jobs:
build-openbsd:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
strategy:
matrix:
arch:
- x86_64
- arm64
steps:
- uses: actions/checkout@v3
- uses: "cross-platform-actions/action@v0.15.0"
continue-on-error: true
- uses: "cross-platform-actions/action@v0.19.0"
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 7b5a594

Please sign in to comment.