Skip to content

Commit 6899d25

Browse files
authored
Merge pull request #5 from jmb12686/add-arm64-build
Add arm64 version to docker build
2 parents 2e283bf + adda4e6 commit 6899d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo ::set-output name=version::snapshot
2424
fi
2525
echo ::set-output name=build_date::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
26-
echo ::set-output name=docker_platforms::linux/arm/v6,linux/amd64
26+
echo ::set-output name=docker_platforms::linux/arm/v6,linux/arm64,linux/amd64
2727
echo ::set-output name=docker_username::jmb12686
2828
echo ::set-output name=docker_image::jmb12686/cadvisor
2929
-

0 commit comments

Comments
 (0)