mirror of
https://github.com/willfarrell/docker-crontab.git
synced 2025-07-05 10:08:07 +02:00
ci: only allow supproted by docker
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -45,7 +45,6 @@ jobs:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
platforms: ${{ steps.buildx.outputs.platforms }}
|
||||
#platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
|
||||
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
|
||||
tags: |
|
||||
${{ env.tag }}
|
||||
|
Reference in New Issue
Block a user