From 33c0f393b100280fb86030272a7761ded47a7799 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Mon, 9 Oct 2023 18:29:52 +0200 Subject: [PATCH] docker: Set lto and debug tags for correct containers --- .github/workflows/build_docker_image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 01fc7a674..ac560a49b 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -17,10 +17,10 @@ jobs: tag: latest - image-name: nxdk-debug build-args: buildparams=DEBUG=y - tag: lto + tag: debug - image-name: nxdk-lto build-args: buildparams=LTO=y CFLAGS=-O2 CXXFLAGS=-O2 - tag: debug + tag: lto steps: - name: Clone Tree uses: actions/checkout@v3