add arm64/armhf for 18.04, replace git{,-lfs} (#51)

This commit is contained in:
Ryan
2022-03-05 04:22:34 +01:00
committed by GitHub
parent 664778dd40
commit 343ae52a8b
11 changed files with 255 additions and 91 deletions
-7
View File
@@ -44,13 +44,6 @@ jobs:
- latest
- 20.04
- 18.04
include:
- TAG: 18.04
PLATFORMS: linux/amd64
exclude:
# no arm bins for docker CLIs
- TAG: 18.04
PLATFORMS: linux/amd64,linux/arm64,linux/armhf
steps:
- name: Login to GitHub Container Registry
if: ${{ github.repository_owner == github.actor }}