Skip to content

Commit 89cf941

Browse files
committed
ci: only allow supproted by docker
1 parent 5611ac5 commit 89cf941

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
context: .
4646
file: ./Dockerfile
4747
push: true
48-
platforms: ${{ steps.buildx.outputs.platforms }}
49-
#platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
48+
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
5049
tags: |
5150
${{ env.tag }}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ A simple wrapper over `docker` to all complex cron job to be run in other contai
55
## Supported tags and Dockerfile links
66

77
- [`latest` (*Dockerfile*)](https://github.com/willfarrell/docker-crontab/blob/master/Dockerfile)
8+
- [`1.0.0` (*Dockerfile*)](https://github.com/willfarrell/docker-crontab/blob/1.0.0/Dockerfile)
89
- [`0.6.0` (*Dockerfile*)](https://github.com/willfarrell/docker-crontab/blob/0.6.0/Dockerfile)
910

1011
![](https://img.shields.io/docker/pulls/willfarrell/crontab "Total docker pulls") [![](https://images.microbadger.com/badges/image/willfarrell/crontab.svg)](http://microbadger.com/images/willfarrell/crontab "Get your own image badge on microbadger.com")
1112

1213
## Why?
13-
Yes, I'm aware of [mcuadros/ofelia](https://github.com/mcuadros/ofelia) (~10MB), it was the main inspiration for this project.
14+
Yes, I'm aware of [mcuadros/ofelia](https://github.com/mcuadros/ofelia) (>250MB when this was created), it was the main inspiration for this project.
1415
A great project, don't get me wrong. It was just missing certain key enterprise features I felt were required to support where docker is heading.
1516

1617
## Features

0 commit comments

Comments
 (0)