Skip to content

Commit

Permalink
Remove Linux action
Browse files Browse the repository at this point in the history
  • Loading branch information
mytja committed Nov 6, 2024
1 parent f3c7ea7 commit 2e03eb4
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,8 @@ on:
- push

jobs:
build-linux:
name: Linux build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.23'
- name: Get current Go version
run: go version
- name: Get Go dependencies
run: go mod download
- name: Set env
run: go env -w GOFLAGS=-mod=mod
- name: Go get
run: go get -v .
- name: Build app
run: go build -v -o backend main.go
- uses: actions/upload-artifact@v4
with:
name: backend-linux
path: backend
docker:
name: Docker build
needs: build-linux
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
Expand Down

0 comments on commit 2e03eb4

Please sign in to comment.