perf(ci): build only for linux/amd64 platform
Removed arm64 build to speed up CI - only deploying to amd64 servers. This cuts build time roughly in half.
This commit is contained in:
2
.github/workflows/release-server.yaml
vendored
2
.github/workflows/release-server.yaml
vendored
@@ -146,7 +146,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: fluxer_server/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||
labels: |
|
||||
|
||||
Reference in New Issue
Block a user