fix: Removes building for amd64 in ci.
All checks were successful
CI / release (push) Successful in 5m29s
All checks were successful
CI / release (push) Successful in 5m29s
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user