Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Dec 4, 2023
1 parent 4d1a179 commit 79753d6
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/push.yml
Expand Up @@ -3,27 +3,6 @@ name: Push workflow
on: push

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os:
- linux
- darwin
arch:
- amd64
- arm64
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '>=1.21.0'
- name: Run build
run: go build -o $GOOS-$GOARCH
env:
GOOS: ${{ matrix.os }}
GOARCH: ${{ matrix.arch }}

test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 79753d6

Please sign in to comment.