From b91bc8411ed3c0f69636472276ae314d291f5c59 Mon Sep 17 00:00:00 2001 From: Marc De Graef Date: Tue, 12 Dec 2023 11:25:21 -0500 Subject: [PATCH] Update and rename ubuntu-amd64.yml to ubuntu.yml --- .github/workflows/{ubuntu-amd64.yml => ubuntu.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{ubuntu-amd64.yml => ubuntu.yml} (82%) diff --git a/.github/workflows/ubuntu-amd64.yml b/.github/workflows/ubuntu.yml similarity index 82% rename from .github/workflows/ubuntu-amd64.yml rename to .github/workflows/ubuntu.yml index 6743bf3e..edf2e935 100644 --- a/.github/workflows/ubuntu-amd64.yml +++ b/.github/workflows/ubuntu.yml @@ -1,4 +1,4 @@ -name: Docker Image CI Ubuntu AMD64 +name: Docker Image CI Ubuntu on: push: @@ -31,5 +31,5 @@ jobs: with: context: . push: true - platforms: linux/amd64 - tags: ${{ secrets.DOCKERHUB_USERNAME }}/emsoft:linux-amd64-latest + platforms: linux/amd64, linux/arm64 + tags: ${{ secrets.DOCKERHUB_USERNAME }}/emsoft:buildx-latest