diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 047c3767..5a760e65 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -37,7 +37,7 @@ jobs: - name: Build and release Docker images uses: docker/build-push-action@v2 with: - platforms: linux/386,linux/amd64 + platforms: linux/386,linux/amd64,linux/arm64 target: dist tags: ${{ steps.tag.outputs.tag }} - push: true \ No newline at end of file + push: true