Skip to content

Commit

Permalink
fix(docker): typo in compose.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS committed Oct 31, 2024
1 parent f024ffc commit 9203d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
- USE_GCC_VERSION=48
- PYTHON_PACKAGES=python
- GCC_CROSS_COMPILER_PACKAGES_ARM=gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-i686-linux-gnu
- GCC_CROSS_COMPILER_PACKAGES_X86= gcc-i686-linux-gnu
- GCC_CROSS_COMPILER_PACKAGES_X86=gcc-i686-linux-gnu
# NonOSI wasn't used in 2017
edk2-stable202008:
build:
Expand Down

0 comments on commit 9203d56

Please sign in to comment.