Skip to content

Commit

Permalink
matrix test
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 9, 2024
1 parent ebee9ba commit be83271
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@ jobs:
ubuntu-latest,
# windows-latest
]
docker: [false]
alpine: [false]
docker: ['false']
alpine: ['false']
arch: ['amd64']
include:
- os: ubuntu-latest
docker: true
alpine: false
docker: 'true'
alpine: 'false'
arch: arm64
- os: ubuntu-latest
docker: true
alpine: true
docker: 'true'
alpine: 'true'
arch: arm64
- os: ubuntu-latest
docker: true
alpine: true
docker: 'true'
alpine: 'true'
arch: amd64

env:
Expand Down

0 comments on commit be83271

Please sign in to comment.