Skip to content

Commit

Permalink
Feature: Add terraform bare and sops multi arch variants
Browse files Browse the repository at this point in the history
For alpine >= 3.14: `linux/386,linux/amd64,linux/arm,linux/arm/v7,linux/arm64,linux/s390x`

For alpine <= 3.5: `linux/amd64`

Rest: `linux/386,linux/amd64,linux/arm64,linux/s390x`
  • Loading branch information
leojonathanoh committed Sep 15, 2021
1 parent 1464781 commit 0f9f583
Show file tree
Hide file tree
Showing 27 changed files with 3,082 additions and 10 deletions.
52 changes: 52 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# For Generate-DockerImageVariants: For CalVer releases. Each push to 'release' branch is a time-based release.
name-template: '$RESOLVED_VERSION 🌈'
tag-template: '$RESOLVED_VERSION'
categories:
- title: 'πŸš€ Features'
labels:
- 'feature'
- 'enhancement'
- title: 'πŸ› Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: 'πŸ–ŠοΈ Refactors'
labels:
- 'refactor'
- title: 'πŸ‘— Style'
labels:
- 'style'
- title: 'πŸ“ Documentation'
labels:
- 'docs'
- 'documentation'
- title: '🧰 Maintenance'
label: 'chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
version-resolver:
major:
labels:
# - 'major'
- 'breaking'
minor:
labels:
# - 'minor'
- 'feature'
- 'enhancement'
- 'refactor'
patch:
labels:
# - 'patch'
- 'fix'
- 'bugfix'
- 'bug'
- 'style'
- 'docs'
- 'documentation'
default: patch
sort-by: title
template: |
## Changes
$CHANGES
Loading

0 comments on commit 0f9f583

Please sign in to comment.