File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ jobs:
78
78
export DOCKER_COMPOSE_REF=main
79
79
export DOCKER_COMPOSE_VERSION=$VERSION
80
80
81
- if [ "${{ inputs.target }}" == " static" ]; then
82
- export DOCKER_BUILD_PKGS="static-linux cross-mac cross-win "
81
+ if [ "${{ inputs.target }}" == static ]; then
82
+ export DOCKER_BUILD_PKGS="${{ inputs.arch }} "
83
83
else
84
- export ARCH=${{ inputs.arch }}
84
+ export ARCH=${{ inputs.arch }}
85
85
fi
86
86
87
87
make ${{ inputs.target }}
Original file line number Diff line number Diff line change @@ -25,13 +25,17 @@ jobs:
25
25
# - {target: "rhel-8", image: "registry.access.redhat.com/ubi8/ubi"}
26
26
# - {target: "rhel-9", image: "registry.access.redhat.com/ubi9/ubi"}
27
27
include :
28
- - arch : static
28
+ - arch : static-linux
29
29
dist : {target: "static", image: ""}
30
+ - arch : cross-mac
31
+ dist : {target: "static", image: ""}
32
+ - arch : cross-win
33
+ dist : {target: "static", image: ""}
34
+ - arch : armhf
35
+ dist : {target: "debian-bookworm", image: "debian:bookworm"}
30
36
# - arch: armhf
31
37
# dist: {target: "debian-bullseye", image: "debian:bullseye"}
32
38
# - arch: armhf
33
- # dist: {target: "debian-bookworm", image: "debian:bookworm"}
34
- # - arch: armhf
35
39
# dist: {target: "ubuntu-focal", image: "ubuntu:focal"}
36
40
# - arch: armhf
37
41
# dist: {target: "ubuntu-jammy", image: "ubuntu:jammy"}
You can’t perform that action at this time.
0 commit comments