Rewrite build system

This commit is contained in:
Andrea Cavalli 2023-08-29 12:43:58 +02:00
parent 7d6c17f386
commit b35377fa1f
1 changed files with 7 additions and 7 deletions

View File

@ -214,15 +214,15 @@ jobs:
with: with:
context: . context: .
push: false push: false
file: tdlight.arch.${{SSL}}.${{COMPILER}}.dockerfile file: tdlight.arch.${{env.SSL}}.${{env.COMPILER}}.dockerfile
tags: tdlight.${{DEBIAN_ARCH}}.${{SSL}}.${{COMPILER}} tags: tdlight.${{env.DEBIAN_ARCH}}.${{env.SSL}}.${{env.COMPILER}}
build-args: | build-args: |
SCCACHE_GHA_ENABLED=on SCCACHE_GHA_ENABLED=on
ACTIONS_CACHE_URL=${{ACTIONS_CACHE_URL}} ACTIONS_CACHE_URL=${{env.ACTIONS_CACHE_URL}}
ACTIONS_RUNTIME_TOKEN=${{ACTIONS_RUNTIME_TOKEN}} ACTIONS_RUNTIME_TOKEN=${{env.ACTIONS_RUNTIME_TOKEN}}
ARCH_DEBIAN=${{DEBIAN_ARCH}} ARCH_DEBIAN=${{env.DEBIAN_ARCH}}
ARCH_TRIPLE=${{TRIPLE_ARCH}} ARCH_TRIPLE=${{env.TRIPLE_ARCH}}
TRIPLE_GNU=${{TRIPLE_GNU}} TRIPLE_GNU=${{env.TRIPLE_GNU}}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
- name: Build - name: Build