From 5219908242531954e6567825eb9007e0a35d3551 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Sun, 26 May 2024 15:44:26 +0300 Subject: [PATCH] tmp: remove arm64 support --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab53fe7..7057c11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,5 +26,5 @@ jobs: uses: docker/build-push-action@v5 with: push: true - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 tags: neur0toxine/atranscoder-rpc:latest diff --git a/README.md b/README.md index 03beb3f..b9c815e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You can change configuration using this environment variables: - [x] Remove input file after transcoding it. - [x] Implement file upload to `uploadUrl` (if `Content-Type: application/json` then conversion was not successful and body contains an error info). - [x] Remove transcoding result after uploading it to the `uploadUrl`. -- [x] Docker image for `amd64` and `aarch64`. +- [ ] Docker image for `amd64` and `arm64` (currently only `amd64` is supported). - [ ] ~~Restart threads in case of panic.~~ It's better to not panic. Current error handling seems ok for now. - [ ] ~~Statically linked binary for Docker image & result docker image based on `scratch` (reduce image size).~~ Not yet, see [Dockerfile.scratch](Dockerfile.scratch). - [ ] Tests! \ No newline at end of file