Add Docker arm/v7 to CI
This commit is contained in:
1
.github/workflows/release.docker.yml
vendored
1
.github/workflows/release.docker.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
||||
include:
|
||||
- platform: linux/amd64
|
||||
- platform: linux/arm64
|
||||
- platform: linux/arm/v7
|
||||
|
||||
env:
|
||||
VERSION: "${{ github.event_name == 'release' && github.event.release.name || github.sha }}"
|
||||
|
||||
Reference in New Issue
Block a user