Skip to content

Commit

Permalink
feat(minio): remove arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bn authored Feb 4, 2025
1 parent de105df commit 4ebf6b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-minio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build and push image to registry
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
context: ./minio
file: ./minio/Dockerfile
push: true
Expand All @@ -50,4 +50,4 @@ jobs:
MC_VERSION=${{ matrix.mc_version }}
tags: |
ghcr.io/f-bn/minio:${{ matrix.minio_version }}
ghcr.io/f-bn/minio:latest
ghcr.io/f-bn/minio:latest

0 comments on commit 4ebf6b8

Please sign in to comment.