only aarch64 for testing

This commit is contained in:
Sebastian Hugentobler 2023-12-13 00:24:38 +01:00
parent cd164794ca
commit a4748ab410
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -12,7 +12,7 @@ jobs:
with: with:
image: docker.io/thallian/alpine-s6 image: docker.io/thallian/alpine-s6
tags: ${{ gitea.ref_name }} ${{ gitea.sha }} latest tags: ${{ gitea.ref_name }} ${{ gitea.sha }} latest
archs: amd64, arm64 archs: arm64
containerfiles: | containerfiles: |
./Containerfile ./Containerfile
- name: Log in to Dockerhub - name: Log in to Dockerhub