mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
build: only build linux/amd64 and linux/arm/v7 during releases
Keep linux/amd64/v3 and linux/arm64.
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -265,11 +265,12 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: docker/Dockerfile
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/amd64/v3
|
||||
linux/arm64
|
||||
linux/arm/v7
|
||||
platforms: >-
|
||||
${{
|
||||
github.ref_type == 'tag' &&
|
||||
'linux/amd64,linux/amd64/v3,linux/arm64,linux/arm/v7' ||
|
||||
'linux/amd64/v3,linux/arm64'
|
||||
}}
|
||||
push: true
|
||||
build-args: |
|
||||
VERSION=${{ steps.version.outputs.version }}
|
||||
|
||||
Reference in New Issue
Block a user