mirror of https://github.com/statping/statping
docker build all supported platforms
parent
54c051bfff
commit
95b064858b
|
@ -452,7 +452,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
push_strategy: artifact
|
push_strategy: artifact
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64, linux/arm/v7, linux/arm/v6, linux/arm64
|
||||||
args: |
|
args: |
|
||||||
COMMIT=${{ github.sha }}
|
COMMIT=${{ github.sha }}
|
||||||
VERSION=${{ needs.data.outputs.version }}
|
VERSION=${{ needs.data.outputs.version }}
|
||||||
|
|
Loading…
Reference in New Issue