fix: Removes building for amd64 in ci.
All checks were successful
CI / release (push) Successful in 5m29s

This commit is contained in:
2025-04-03 12:21:38 -04:00
parent db7ac3a749
commit b7db32b9c5
3 changed files with 4 additions and 3 deletions

View File

@@ -46,7 +46,8 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
file: ./Dockerfile
platforms: linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

View File

@@ -1,4 +1,4 @@
FROM swift:5.10 AS build
FROM swift:6.0-noble AS build
WORKDIR /build

File diff suppressed because one or more lines are too long