Skip to content

Commit

Permalink
remove strategy for arch
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke authored and costela committed Nov 6, 2023
1 parent 5b4be4f commit 9c9785b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:

- run: make test
test_build:
strategy:
matrix:
arch:
- arm64
- amd64

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
matrix:
go: [ 1.19.x ]
os: [ ubuntu-latest ]
arch:
- arm64
- amd64
name: ${{ matrix.os }}/go${{ matrix.go }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 9c9785b

Please sign in to comment.