Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesterh committed Dec 12, 2024
1 parent a405dff commit 0009d83
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/build-deploy-release-multi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- ubuntu-latest
- ubuntu-22-arm64-4-16
include:
- os: ubuntu-latest
- os: ubuntu-22-amd64-4-16
arch: amd64
- os: ubuntu-22-arm64-4-16
arch: arm64
Expand All @@ -27,7 +27,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'

env:
registry: us-west1-docker.pkg.dev
image: geocoder-${{ matrix.arch }}
Expand All @@ -47,6 +47,17 @@ jobs:
versioned="${{ env.registry }}/${{ secrets.PROJECT_ID }}/${{ secrets.REPOSITORY }}/${{ env.image }}:${GITHUB_REF##*/}"
echo "versioned=${versioned}" >> $GITHUB_ENV
- name: Free disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Authenticate with Google Cloud
uses: google-github-actions/auth@v2
with:
Expand Down

0 comments on commit 0009d83

Please sign in to comment.