Skip to content

Commit

Permalink
Merge pull request #5 from jmb12686/add-arm64-build
Browse files Browse the repository at this point in the history
Add arm64 version to docker build
  • Loading branch information
jmb12686 authored Apr 14, 2020
2 parents 2e283bf + adda4e6 commit 6899d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo ::set-output name=version::snapshot
fi
echo ::set-output name=build_date::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
echo ::set-output name=docker_platforms::linux/arm/v6,linux/amd64
echo ::set-output name=docker_platforms::linux/arm/v6,linux/arm64,linux/amd64
echo ::set-output name=docker_username::jmb12686
echo ::set-output name=docker_image::jmb12686/cadvisor
-
Expand Down

0 comments on commit 6899d25

Please sign in to comment.