Skip to content

Commit

Permalink
Merge pull request #1042 from mengzhuo/mengzhuo-patch-1
Browse files Browse the repository at this point in the history
chore: add riscv64 in buildx
  • Loading branch information
ginuerzh authored Aug 1, 2024
2 parents 08c54cd + 2732481 commit de49ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de49ba2

Please sign in to comment.