Skip to content

Commit

Permalink
Add mips64le
Browse files Browse the repository at this point in the history
Add support for mips64le
  • Loading branch information
kjake committed Jan 12, 2025
1 parent c51599c commit a464077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
platforms: linux/386,linux/amd64,linux/arm64/v8,linux/arm/v6,linux/arm/v7,linux/ppc64le,linux/s390x
platforms: linux/386,linux/amd64,linux/arm64/v8,linux/arm/v6,linux/arm/v7,linux/ppc64le,linux/s390x,linux/mips64le
tags: ${{ env.IMAGE_NAME }}:latest
push: true

0 comments on commit a464077

Please sign in to comment.