added opera image to build

This commit is contained in:
William Harrell 2022-09-19 21:56:04 -04:00 committed by Miroslav Šedivý
parent ca6c24dee1
commit 03c74c88b9
2 changed files with 3 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
# Will build all images even if some fail. # Will build all images even if some fail.
fail-fast: false fail-fast: false
matrix: matrix:
tags: [ firefox, chromium, google-chrome, ungoogled-chromium, microsoft-edge, brave, vivaldi, tor-browser, remmina, vlc, xfce ] tags: [ firefox, chromium, google-chrome, ungoogled-chromium, microsoft-edge, brave, vivaldi, opera, tor-browser, remmina, vlc, xfce ]
env: env:
DOCKER_TAG: ${{ matrix.tags }} DOCKER_TAG: ${{ matrix.tags }}
steps: steps:

View File

@ -80,6 +80,8 @@ jobs:
platforms: linux/amd64 platforms: linux/amd64
- tag: vivaldi - tag: vivaldi
platforms: linux/amd64 platforms: linux/amd64
- tag: opera
platforms: linux/amd64
- tag: tor-browser - tag: tor-browser
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
- tag: remmina - tag: remmina