Skip to content

Commit 6812bef

Browse files
Remove the QEMU build argument and do some cleanup
It appears like the tmpfs hack will work for us in order to be able to build 32-bit images again, so let's remove some of the debugging stuff used during initial testing.
1 parent b45bfb2 commit 6812bef

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

.github/workflows/build_latest.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,9 @@ jobs:
4545
push: ${{ github.event_name != 'pull_request' }}
4646
tags: jonasal/nginx-certbot:latest
4747

48-
- name: Print usage info
49-
shell: bash
50-
run: |
51-
sudo df -h
52-
echo
53-
sudo free -h
54-
5548
docker_buildx_alpine:
5649
runs-on: ubuntu-latest
57-
timeout-minutes: 180
50+
timeout-minutes: 120
5851
steps:
5952
- name: Run Docker on tmpfs
6053
uses: JonasAlfredsson/docker-on-tmpfs@v1.0.0
@@ -79,10 +72,3 @@ jobs:
7972
linux/arm/v7
8073
push: ${{ github.event_name != 'pull_request' }}
8174
tags: jonasal/nginx-certbot:latest-alpine
82-
83-
- name: Print usage info
84-
shell: bash
85-
run: |
86-
sudo df -h
87-
echo
88-
sudo free -h

.github/workflows/build_tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
docker_buildx_alpine:
5151
runs-on: ubuntu-latest
52-
timeout-minutes: 180
52+
timeout-minutes: 120
5353
steps:
5454
- name: Run Docker on tmpfs
5555
uses: JonasAlfredsson/docker-on-tmpfs@v1.0.0

src/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
FROM nginx:1.21.3
22
LABEL maintainer="Jonas Alfredsson <jonas.alfredsson@protonmail.com>"
33

4-
ARG BUILDX_QEMU_ENV
5-
64
ENV CERTBOT_DNS_AUTHENTICATORS \
75
cloudflare \
86
cloudxns \

0 commit comments

Comments
 (0)