From d9e253ead35d8bb9e04a369940b929df9b0dce1e Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 22 Nov 2024 13:46:54 +0100 Subject: [PATCH] Update apache-mysql-docker-image.yml --- .github/workflows/apache-mysql-docker-image.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/apache-mysql-docker-image.yml b/.github/workflows/apache-mysql-docker-image.yml index 1f654d59..59a40006 100644 --- a/.github/workflows/apache-mysql-docker-image.yml +++ b/.github/workflows/apache-mysql-docker-image.yml @@ -1,4 +1,4 @@ -name: Build and Push Apache Docker Image +name: Build and Push Apache MySQL Docker Image on: push: @@ -15,10 +15,6 @@ jobs: env: DOCKER_BUILDKIT: 1 - strategy: - matrix: - platform: [linux/amd64, linux/arm64] # Build for both x86_64 and ARM - steps: - name: Checkout repository uses: actions/checkout@v2 @@ -38,4 +34,3 @@ jobs: context: ./docker/apache push: true tags: openpanel/apache:latest - platforms: ${{ matrix.platform }} # Specify the platform from the matrix