From b08532d35246ccb10f440acd8a20e00596ebdefc Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Thu, 19 Dec 2024 17:05:20 -0500 Subject: [PATCH] Correct an Erlang 27 Dockerfile path --- .github/workflows/image-27.2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-27.2.yml b/.github/workflows/image-27.2.yml index 5e6b6d0..4b7850e 100644 --- a/.github/workflows/image-27.2.yml +++ b/.github/workflows/image-27.2.yml @@ -20,7 +20,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: - file: dockerfiles/27.1/Dockerfile + file: dockerfiles/27.2/Dockerfile # ppa*.rabbitmq.com only provide amd64 packages at the moment. # Launchpad does produce arm64 packages but cannot be used on Debian :/ platforms: linux/amd64