Build image for multiple platforms.

This commit is contained in:
Jocelyn Le Sage 2022-10-07 09:58:50 -04:00
parent f3092b6a88
commit 8fc2542337

View File

@ -2,7 +2,7 @@ name: Docker image CI/CD
env:
DOCKER_IMAGE_NAME: jlesage/firefox
PLATFORMS: linux/amd64
PLATFORMS: linux/amd64,linux/386,linux/arm/v7,linux/arm64/v8
on:
push: