Skip to content

Commit

Permalink
[Fix] 🐛 Go Build Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Jan 13, 2024
1 parent 956a47f commit 5054823
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '^1.21.4'

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -102,7 +104,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64,linux/armv7
platforms: linux/amd64,linux/arm64,linux/arm/v7
context: .
file: ./docker/Dockerfile
push: true
Expand Down

0 comments on commit 5054823

Please sign in to comment.