Skip to content

Commit

Permalink
add ci/cd part
Browse files Browse the repository at this point in the history
  • Loading branch information
tarbaev-vl committed Dec 17, 2023
1 parent 0298adc commit e233215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
platforms: [ 'darwin/amd64', 'darwin/arm64', 'linux/amd64', 'linux/arm64', 'linux/arm/v6', 'linux/arm/v7', 'linux/ppc64le', 'linux/riscv64', 'linux/s390x', 'windows/amd64', 'windows/arm64' ]
platforms: [ 'darwin/amd64', 'darwin/arm64', 'linux/amd64', 'linux/arm64', 'linux/arm/v6', 'linux/arm/v7', 'linux/ppc64le', 'linux/riscv64', 'linux/s390x' ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e233215

Please sign in to comment.