File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 97
97
- amzn2
98
98
- el9
99
99
- el8
100
- runs-on : ubuntu-latest
100
+ runs-on : ubuntu-22.04${{ matrix.arch == 'arm64' && '-arm' || '' }}
101
101
102
102
steps :
103
103
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
@@ -106,15 +106,9 @@ jobs:
106
106
ref : ${{ github.event.inputs.ref }}
107
107
108
108
- uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
109
-
110
- - uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
111
- with :
112
- platforms : ${{ matrix.arch }}
113
-
114
109
- name : build release
115
110
run : |
116
111
docker run -i --rm -v $(pwd):/wd --workdir /wd \
117
- --platform=linux/${{ matrix.arch }} \
118
112
-e BUILD_RELEASE=1 \
119
113
-e QUICER_TLS_VER=${{ matrix.openssl }} \
120
114
ghcr.io/emqx/emqx-builder/${{ matrix.erlang.builder }}-${{ matrix.os }} \
You can’t perform that action at this time.
0 commit comments