Skip to content

Commit

Permalink
ci: fix platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
RayYH committed Apr 2, 2024
1 parent c323086 commit ed92748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
platforms: linux/arm64, linux/amd64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/mips64le, linux/arm/v7, linux/arm/v6
platforms: linux/arm64, linux/amd64, linux/ppc64le, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6, linux/arm64/v8
push: ${{ github.event_name != 'pull_request' }}
tags: rayyounghong/beanstalkd:latest
- name: Checkout
Expand Down

0 comments on commit ed92748

Please sign in to comment.