mirror of
https://github.com/certimate-go/certimate.git
synced 2026-06-30 21:05:12 +08:00
build(gh): free disk space
This commit is contained in:
parent
9fb0773b7f
commit
677dca1095
7
.github/workflows/push_image.yml
vendored
7
.github/workflows/push_image.yml
vendored
@ -49,14 +49,9 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Free disk space
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
uses: BRAINSia/free-disk-space@v2
|
||||
with:
|
||||
tool-cache: false
|
||||
android: true
|
||||
dotnet: true
|
||||
haskell: true
|
||||
large-packages: true
|
||||
swap-storage: true
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
7
.github/workflows/push_image_next.yml
vendored
7
.github/workflows/push_image_next.yml
vendored
@ -47,6 +47,11 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Free disk space
|
||||
uses: BRAINSia/free-disk-space@v2
|
||||
with:
|
||||
tool-cache: false
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
@ -93,7 +98,7 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
# file: ./Dockerfile.gh
|
||||
# file: ./Dockerfile
|
||||
file: ./Dockerfile.gh
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user