Skip to content

Commit

Permalink
remove armv6
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR authored May 26, 2024
1 parent 5941c62 commit d9de743
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -6,8 +6,6 @@ name: Docker
# documentation.

on:
schedule:
- cron: '40 11 * * *'
push:
branches: [ "main" ]
# Publish semver tags as releases.
@@ -77,7 +75,7 @@ jobs:
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64,linux/arm/v7, linux/arm/v6
platforms: linux/amd64,linux/arm64,linux/arm/v7
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit d9de743

Please sign in to comment.