Skip to content

Commit 727b184

Browse files
committed
Formatting changes, re-add armv7
1 parent 67eab93 commit 727b184

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/build.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
target: extra-audio
7474
platforms: |
7575
linux/amd64
76+
linux/arm/v7
7677
linux/arm64
7778
push: ${{ github.event_name != 'pull_request' }}
7879
tags: |
@@ -164,8 +165,8 @@ jobs:
164165
${{ env.GHCR_SLUG }}:core
165166
${{ env.GHCR_SLUG }}:core-audio
166167
labels: ${{ steps.meta.outputs.labels }}
167-
168-
- name: Build and push core-pylav
168+
-
169+
name: Build and push core-pylav
169170
uses: docker/build-push-action@v3
170171
with:
171172
target: core-pylav
@@ -188,7 +189,8 @@ jobs:
188189
${{ env.GHCR_SLUG }}:core-audio
189190
${{ env.GHCR_SLUG }}:core-pylav
190191
labels: ${{ steps.meta.outputs.labels }}
191-
- name: Build and push extra-pylav
192+
-
193+
name: Build and push extra-pylav
192194
uses: docker/build-push-action@v3
193195
with:
194196
target: extra-pylav
@@ -218,14 +220,14 @@ jobs:
218220
docker buildx imagetools inspect ${{ env.GHCR_SLUG }}:extra
219221
docker buildx imagetools inspect ${{ env.GHCR_SLUG }}:core-audio
220222
docker buildx imagetools inspect ${{ env.GHCR_SLUG }}:extra-audio
221-
docker buildx imagetools inspect ${{ env.GHCR_SLUG }}:extra-pylav
222223
docker buildx imagetools inspect ${{ env.GHCR_SLUG }}:core-pylav
224+
docker buildx imagetools inspect ${{ env.GHCR_SLUG }}:extra-pylav
223225
docker buildx imagetools inspect ${{ env.DOCK_SLUG }}:core
224226
docker buildx imagetools inspect ${{ env.DOCK_SLUG }}:extra
225227
docker buildx imagetools inspect ${{ env.DOCK_SLUG }}:core-audio
226228
docker buildx imagetools inspect ${{ env.DOCK_SLUG }}:extra-audio
227-
docker buildx imagetools inspect ${{ env.DOCK_SLUG }}:extra-pylav
228229
docker buildx imagetools inspect ${{ env.DOCK_SLUG }}:core-pylav
230+
docker buildx imagetools inspect ${{ env.DOCK_SLUG }}:extra-pylav
229231
-
230232
name: Check pull
231233
if: github.event_name != 'pull_request'

Dockerfile

-4
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ COPY root/ /
145145

146146
CMD ["/app/start-redbot.sh"]
147147

148-
149148
#######################################################################################
150149

151150
FROM core-build as core-pylav-build
@@ -177,7 +176,6 @@ COPY root/ /
177176

178177
CMD ["/app/start-redbot.sh"]
179178

180-
181179
#######################################################################################
182180

183181
FROM extra-build as extra-pylav-build
@@ -208,5 +206,3 @@ ENV PYLAV__IN_CONTAINER 1
208206
COPY root/ /
209207

210208
CMD ["/app/start-redbot.sh"]
211-
212-
#######################################################################################

0 commit comments

Comments
 (0)