We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e827d commit 18d5bbbCopy full SHA for 18d5bbb
1 file changed
.github/workflows/release.yml
@@ -89,6 +89,12 @@ jobs:
89
needs: test
90
runs-on: ubuntu-latest
91
steps:
92
+ - name: Free disk space
93
+ run: |
94
+ sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc
95
+ sudo apt-get clean
96
+ df -h /
97
+
98
- uses: actions/checkout@v4
99
with:
100
lfs: true
@@ -200,7 +206,7 @@ jobs:
200
206
201
207
context: .
202
208
push: true
203
- platforms: linux/amd64,linux/arm64
209
+ platforms: linux/amd64
204
210
tags: |
205
211
ghcr.io/${{ github.repository_owner }}/astrolens:latest
212
ghcr.io/${{ github.repository_owner }}/astrolens:${{ steps.version.outputs.tag }}
0 commit comments