Browse Source
Merge pull request #1042 from mengzhuo/mengzhuo-patch-1
chore: add riscv64 in buildx
pull/1045/head
ginuerzh
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/buildx.yaml
|
|
|
@ -19,7 +19,7 @@ jobs: |
|
|
|
echo ::set-output name=version::snapshot |
|
|
|
fi |
|
|
|
|
|
|
|
echo ::set-output name=docker_platforms::linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/386,linux/s390x |
|
|
|
echo ::set-output name=docker_platforms::linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/386,linux/s390x,linux/riscv64 |
|
|
|
echo ::set-output name=docker_image::${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }} |
|
|
|
|
|
|
|
# https://github.com/crazy-max/ghaction-docker-buildx |
|
|
|
|