Skip to content

Commit

Permalink
Tune up versioned docker release scripts (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac authored Oct 31, 2024
1 parent f36c5e1 commit ac81b7d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/publish_dockerhub_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ permissions:
id-token: write

jobs:
build:
runs-on: ubuntu-latest
build-multiarch:
runs-on: ubuntu-latest-8-cores

steps:
- id: checkout
Expand All @@ -24,9 +24,6 @@ jobs:
with:
repository: grafana/beyla
context: .
# cache image layers from/to github actions internal cache, for faster building
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: |-
"linux/amd64"
"linux/arm64"
Expand All @@ -42,9 +39,6 @@ jobs:
repository: grafana/beyla-k8s-cache
file: k8scache.Dockerfile
context: .
# cache image layers from/to github actions internal cache, for faster building
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: |-
"linux/amd64"
"linux/arm64"
Expand Down

0 comments on commit ac81b7d

Please sign in to comment.