Skip to content

Commit

Permalink
fixup! Add GitHub Action CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jul 2, 2023
1 parent 8482eae commit 867c746
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
fail-fast: false
matrix:
arch: [x86_64]
# data:
# - os:
# host: ubuntu-latest
# target_triple: x86_64-alpine-linux-musl
# docker: true
#
data:
- os:
host: ubuntu-latest
target_triple: x86_64-alpine-linux-musl
docker: true

# - os:
# host: macOS-latest
# target_triple: x86_64-apple-macos10.9
Expand Down

0 comments on commit 867c746

Please sign in to comment.