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