From 4a83fbcf2b67128ae839b7dce3c9eb50681884c9 Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Sat, 28 Oct 2023 20:30:12 +0300 Subject: [PATCH] add linux/arm64 to release workflow --- .github/workflows/release.yml | 2 +- .gitignore | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5cd3f9a8..2ef7fcba 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 fc4dc98c..0e5621e6 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