mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update apache-mysql-docker-image.yml
This commit is contained in:
@@ -15,6 +15,10 @@ 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
|
||||
@@ -34,3 +38,4 @@ jobs:
|
||||
context: ./docker/apache
|
||||
push: true
|
||||
tags: openpanel/apache:latest
|
||||
platforms: ${{ matrix.platform }} # Specify the platform from the matrix
|
||||
|
||||
Reference in New Issue
Block a user