Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhashBose authored Sep 12, 2023
1 parent 9f55a86 commit bf3dc4b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
include:
- goos: linux
goarch: amd64
#- goos: linux
# goarch: arm64
- goos: linux
goarch: arm64
#- goos: linux
# goarch: '386'
#- goos: darwin
# goarch: amd64
#- goos: darwin
# goarch: arm64
#- goos: windows
# goarch: amd64
#- goos: windows
# goarch: arm64
- goos: darwin
goarch: amd64
- goos: darwin
goarch: arm64
- goos: windows
goarch: amd64
- goos: windows
goarch: arm64
steps:
- name: Checkout source code
uses: actions/checkout@v2.3.4
Expand All @@ -45,9 +45,9 @@ jobs:
run: |
export GO_PATH=~/go
export PATH=$PATH:$GO_PATH/bin
make grpc
GOOS=linux GOARCH=amd64 make grpc
CGO_ENABLED=0 go build -x -v -trimpath -ldflags "-w -s -buildid=" -o "OliveTin" github.com/OliveTin/OliveTin/cmd/OliveTin
tar -zcvf OliveTin_${GOOS}-${GOARCH}.tar.gz OliveTin webui/
tar -zcvf OliveTin_${GOOS}-${GOARCH}.tar.gz OliveTin config.yaml webui/
- name: Upload to artifact storage
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit bf3dc4b

Please sign in to comment.