Skip to content

Commit

Permalink
Remove support for mips64le
Browse files Browse the repository at this point in the history
Removed support for mips64le from upstream kjake/docker-base@9e32292
  • Loading branch information
kjake committed Aug 27, 2024
1 parent 26f4783 commit d8eb5c4
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/v5,linux/arm/v7,linux/ppc64le,linux/s390x,linux/mips64le
platforms: linux/386,linux/amd64,linux/arm64/v8,linux/arm/v5,linux/arm/v7,linux/ppc64le,linux/s390x
tags: ${{ env.IMAGE_NAME }}:latest
push: true

0 comments on commit d8eb5c4

Please sign in to comment.