mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +08:00
Build image for multiple platforms.
This commit is contained in:
parent
f3092b6a88
commit
8fc2542337
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
@ -2,7 +2,7 @@ name: Docker image CI/CD
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_IMAGE_NAME: jlesage/firefox
|
DOCKER_IMAGE_NAME: jlesage/firefox
|
||||||
PLATFORMS: linux/amd64
|
PLATFORMS: linux/amd64,linux/386,linux/arm/v7,linux/arm64/v8
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user