Skip to content

Commit

Permalink
Use smaller assets (#1395)
Browse files Browse the repository at this point in the history
# Description

## Tooling

- Use new smaller assets

# Type of change

- [ ] πŸ’” Breaking
- [ ] πŸš€ Feature
- [ ] πŸ› Fix
- [x] πŸ› οΈ Tooling
- [ ] πŸ”¨ Refactoring
- [ ] πŸ§ͺ Test
- [ ] πŸ“¦ Dependency
- [ ] πŸ“– Requires documentation update
  • Loading branch information
yoav-lavi committed Feb 29, 2024
1 parent 6d5debc commit 8a49cca
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:

env:
GRAFBASE_SKIP_ASSET_VERSION_CHECK: 'true'
ASSETS_VERSION: release/b8af78f-2024-01-24
ASSETS_VERSION: release/3dd760c-2024-02-29
PROD_ASSETS: assets.grafbase.com
CARGO_TERM_COLOR: 'always'
CARGO_PROFILE_DEV_DEBUG: 0
Expand Down Expand Up @@ -229,16 +229,8 @@ jobs:
matrix:
archs:
[
{
runner: buildjet-8vcpu-ubuntu-2204,
target: x86_64-unknown-linux-musl,
platform: linux
},
{
runner: buildjet-8vcpu-ubuntu-2204-arm,
target: aarch64-unknown-linux-musl,
platform: linux-arm
}
{ runner: buildjet-8vcpu-ubuntu-2204, target: x86_64-unknown-linux-musl, platform: linux },
{ runner: buildjet-8vcpu-ubuntu-2204-arm, target: aarch64-unknown-linux-musl, platform: linux-arm },
]
runs-on: ${{ matrix.archs.runner }}
steps:
Expand Down

0 comments on commit 8a49cca

Please sign in to comment.