diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5cd3f9a..2ef7fcb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -164,7 +164,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: linux/amd64,linux/arm + platforms: linux/amd64,linux/arm, linux/arm64 push: true tags: ghcr.io/${{github.repository}}:${{inputs.tag}}, ${{env.LATEST_TAG}} labels: org.opencontainers.image.title=Docker diff --git a/.gitignore b/.gitignore index fc4dc98..0e5621e 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ logs.txt *.spec TODO.md -testdata.py \ No newline at end of file +testdata.py +test.py \ No newline at end of file