Skip to content

Commit

Permalink
fixup! chore: Build docker images "natively" on dedicated amd/arm run…
Browse files Browse the repository at this point in the history
…ners

Signed-off-by: Christian Haudum <[email protected]>
  • Loading branch information
chaudum committed Jan 22, 2025
1 parent 7439558 commit fc02bf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
- id: "platform"
name: "Parse image platform"
run: |
mkdir -p release/images
mkdir -p images
platform="$(echo "${{ matrix.arch }}" | sed "s/\(.*\)\/\(.*\)/\1-\2/")"
echo "platform=${platform}" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
- id: "platform"
name: "Parse image platform"
run: |
mkdir -p release/images
mkdir -p images
platform="$(echo "${{ matrix.arch }}" | sed "s/\(.*\)\/\(.*\)/\1-\2/")"
echo "platform=${platform}" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion workflows/build.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ local runner = import 'runner.libsonnet',
releaseStep('Parse image platform')
+ step.withId('platform')
+ step.withRun(|||
mkdir -p release/images
mkdir -p images
platform="$(echo "${{ matrix.arch }}" | sed "s/\(.*\)\/\(.*\)/\1-\2/")"
echo "platform=${platform}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit fc02bf0

Please sign in to comment.