Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Lugo committed Aug 18, 2024
1 parent 94b0852 commit 22189c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
# see https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
config:
- { runner: ubuntu-22.04, protoc: linux-x86_64, artifact: linux-x86_64 }
# TODO: add linux arm runner, maybe ubicloud?
# TODO: add linux arm runner, maybe ubicloud e.g. - { runner: ubicloud-standard-8-arm, protoc: linux-aarch_64 , artifact: linux-arm64 } ?
runs-on: ${{ matrix.config.runner }}
services:
postgres:
image: postgres:14.3-alpine3.20
image: postgres:14.13-alpine3.20
env:
POSTGRES_USER: arroyo
POSTGRES_PASSWORD: arroyo
Expand Down

0 comments on commit 22189c4

Please sign in to comment.