File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ jobs:
189
189
uses : docker/build-push-action@v2
190
190
with :
191
191
context : ./battlefox
192
- # platforms: linux/amd64
193
- platforms : linux/amd64,linux/arm64
192
+ platforms : linux/amd64
193
+ # platforms: linux/amd64,linux/arm64
194
194
file : ./battlefox/Dockerfile.cross-platform
195
195
push : true
196
196
tags : ${{ secrets.DOCKER_USERNAME }}/battlefox:${{ env.COMMIT_TAG }},${{ secrets.DOCKER_USERNAME }}/battlefox:latest
@@ -202,8 +202,8 @@ jobs:
202
202
uses : docker/build-push-action@v2
203
203
with :
204
204
context : ./battlefox_discord
205
- # platforms: linux/amd64
206
- platforms : linux/amd64,linux/arm64
205
+ platforms : linux/amd64
206
+ # platforms: linux/amd64,linux/arm64
207
207
file : ./battlefox_discord/Dockerfile.cross-platform
208
208
push : true
209
209
tags : ${{ secrets.DOCKER_USERNAME }}/battlefox_discord:${{ env.COMMIT_TAG }},${{ secrets.DOCKER_USERNAME }}/battlefox_discord:latest
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then export ARCHITECTURE=x86_64-un
11
11
12
12
RUN tar -xf battlefox.tar.gz
13
13
14
- FROM debian:bullseye-slim
14
+ FROM frolvlad/alpine-glibc:glibc-2.34
15
15
16
- RUN apt-get update && apt-get install -y ca-certificates
16
+ # RUN apt-get update && apt-get install -y ca-certificates
17
17
18
18
WORKDIR /app
19
19
COPY --from=downloader /home/curl_user/battlefox .
You can’t perform that action at this time.
0 commit comments