Skip to content

Commit

Permalink
修改 docker 编译
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdgyc committed Jan 29, 2024
1 parent 79b7f0c commit 1f47e3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
push: false
context: .
file: ./docker/Dockerfile
platforms: linux/amd64,linux/arm64
#platforms: linux/amd64,linux/arm64
platforms: linux/arm64
build-args: appVer=$APP_VER commitId=$commitId buildDate=$buildDate
#tags: bjdgyc/anylink:latest,bjdgyc/anylink:${{ env.APP_VER }}
tags: bjdgyc/anylink:${{ env.APP_VER }}
Expand Down
2 changes: 2 additions & 0 deletions docker/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ fi

#apk add gcc musl-dev

uname -a

cd /anylink

go mod tidy
Expand Down

0 comments on commit 1f47e3e

Please sign in to comment.