add japanese, disable armv6 build

This commit is contained in:
Cedric Verstraeten
2023-03-17 12:50:50 +01:00
parent 0e32a10ff5
commit af95c0f798
4 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
architecture: [arm64, arm/v7, arm/v6]
#architecture: [arm64, arm/v7, arm/v6]
architecture: [arm64, arm/v7]
steps:
- name: Login to DockerHub
uses: docker/login-action@v2