mirror of https://github.com/Nonannet/copapy.git
python to container added
This commit is contained in:
parent
2a3cf50707
commit
f32d7823ce
|
|
@ -3,7 +3,7 @@ name: Build & Push Images
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
# path: [.github/workflows/build_images.yml, tools/build_container]
|
path: [.github/workflows/build_images.yml, tools/build_container]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
|
||||||
|
|
@ -10,4 +10,5 @@ RUN apt-get update && apt-get install -y \
|
||||||
gcc-13-mipsel-linux-gnu \
|
gcc-13-mipsel-linux-gnu \
|
||||||
gcc-13-riscv64-linux-gnu \
|
gcc-13-riscv64-linux-gnu \
|
||||||
gcc-13-aarch64-linux-gnu \
|
gcc-13-aarch64-linux-gnu \
|
||||||
gcc-13-multilib
|
gcc-13-multilib \
|
||||||
|
python3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue