2
0
Fork 0

update: workflow/docker-image.yml - try and build arm64 (2)

This commit is contained in:
soxfor 2023-03-20 00:21:37 +00:00
parent d71bd0fe3c
commit 5eef341618
1 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
platforms: ${{ env.TARGET_PLATFORMS }}
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with: