Skip to content

Commit

Permalink
docker: Set lto and debug tags for correct containers
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Oct 9, 2023
1 parent 88d18d6 commit 93486ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93486ea

Please sign in to comment.