dont build at arm platform
Some checks are pending
Docker Build and Push / build (push) Waiting to run

remove arm
This commit is contained in:
tsuki 2025-08-01 18:13:53 +08:00
parent 4058ade763
commit 2141b40bad
2 changed files with 1 additions and 5 deletions

4
.env
View File

@ -1,4 +0,0 @@
DATABASE_URL=postgresql://mmap:yjhcfzXWrzslzl1331@8.217.64.157:5433/mmap
JWT_SECRET="JvGpWgGWLHAhvhxN7BuOVtUWfMXm6xAqjClaTwOcAnI="
RUST_LOG=debug
PORT=3060

View File

@ -49,7 +49,7 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: . context: .
platforms: linux/amd64,linux/arm64 platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}