Merge pull request #246 from wu-wenxiang/dev

[chore] ci: add docker arm64 support
pull/248/head
yoko 2 years ago committed by GitHub
commit bf43a7b0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,3 +28,4 @@ jobs:
with:
push: true
tags: q191201771/lal:latest
platforms: linux/amd64,linux/arm64

@ -4,5 +4,4 @@ set -x
export CGO_ENABLED=0
export GOOS=linux
export GOARCH=amd64
./build.sh

Loading…
Cancel
Save