Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/bug-check-build-for-arm-architec…
Browse files Browse the repository at this point in the history
…ture' into bug-check-build-for-arm-architecture

Signed-off-by: Akash Kumar <meakash7902@gmail.com>
  • Loading branch information
AkashKumar7902 committed Oct 12, 2023
2 parents 16a50ee + b99e89a commit 1d46c0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/go.yml
Expand Up @@ -19,6 +19,13 @@ jobs:

- name: Build
run: go build -v ./...
- uses: codfish/semantic-release-action@v1
with:
dry_run: true
additional_packages: |
['@semantic-release/exec']
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build arm
run: GOOS=linux GOARCH=arm64 go build -v ./...
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -13,10 +13,10 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: "1.21"

architecture: arm
- name: Build
run: |
go build -v ./...
Expand Down

0 comments on commit 1d46c0c

Please sign in to comment.