Revert "disable arm64"

This reverts commit 154272be8a.
This commit is contained in:
Adam Hill 2020-05-10 12:12:23 -05:00
parent 2c47cfa8c5
commit 6265a3c88f
1 changed files with 5 additions and 5 deletions

View File

@ -75,14 +75,14 @@ workflows:
filters: filters:
tags: tags:
only: /^v.*/ only: /^v.*/
- arm64:
filters:
tags:
only: /^v.*/
- armhf: - armhf:
filters: filters:
tags: tags:
only: /^v.*/ only: /^v.*/
#- arm64:
# filters:
# tags:
# only: /^v.*/
#- armel: #- armel:
# filters: # filters:
# tags: # tags:
@ -90,8 +90,8 @@ workflows:
- deploy: - deploy:
requires: requires:
- amd64 - amd64
- arm64
- armhf - armhf
#- arm64
#- armel #- armel
filters: filters:
tags: tags: