Add Docker arm/v7 to CI

This commit is contained in:
Ben Johnson
2022-02-15 12:15:35 -07:00
parent 1a630aed04
commit fc42576e47

View File

@@ -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 }}"