From 9c3603342d6969ab9ef7c726c52e9937bcd4e574 Mon Sep 17 00:00:00 2001 From: Marc De Graef Date: Tue, 12 Dec 2023 11:20:50 -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 84f87c0..0bf095f 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 }}/emsoftoo_sdk:linux-amd64-latest + platforms: linux/amd64, linux/arm64 + tags: ${{ secrets.DOCKERHUB_USERNAME }}/emsoftoo_sdk:buildx-latest