Skip to content

Commit

Permalink
chore: commented out part of test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Oct 3, 2023
1 parent 595b8b9 commit e9c0862
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/callbacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-arch: ['amd64', 'arm', 'arm64']
# TODO: builds for arm and arm64 are currently failing after we added the
# docker build.
# go-arch: ['amd64', 'arm', 'arm64']
go-arch: ['amd64']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
Expand Down

0 comments on commit e9c0862

Please sign in to comment.