mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 14:56:01 +00:00
pass slim iamge as env var
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -85,6 +85,9 @@ jobs:
|
||||
platforms: linux/arm64,linux/amd64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args: |
|
||||
RUN_EMULATOR_SETUP=true
|
||||
SLIM_IMAGE=false
|
||||
|
||||
- name: Build slim image
|
||||
id: build-slim
|
||||
@@ -98,3 +101,4 @@ jobs:
|
||||
labels: ${{ steps.meta-slim.outputs.labels }}
|
||||
build-args: |
|
||||
RUN_EMULATOR_SETUP=false
|
||||
SLIM_IMAGE=true
|
||||
|
||||
Reference in New Issue
Block a user