Skip to content

Commit

Permalink
try profiling dispatch 2
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Aug 19, 2024
1 parent 0603ccb commit 8acd6cc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/iroha2-profiling-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ on:
IROHA2_DOCKERFILE:
required: true
default: Dockerfile.glibc
IROHA2_PROFILE:
IROHA2_PROFILE_TAG:
required: true
default: profiling
IROHA2_PROFILE_ARG:
required: false
default: profiling
IROHA2_RUSTFLAGS:
required: false
default: -C force-frame-pointers=on
Expand Down Expand Up @@ -64,11 +67,11 @@ jobs:
with:
push: true
tags: |
bastos525/iroha:${{ env.TAG }}-${{ env.IROHA2_PROFILE }}
bastos525/iroha:${{ env.TAG }}-${{ env.IROHA2_PROFILE_TAG }}
# docker.soramitsu.co.jp/iroha2/iroha:${{ env.TAG }}-${{ env.IROHA2_PROFILE }}
labels: commit=${{ github.sha }}
build-args: |
"PROFILE=${{ github.event.inputs.IROHA2_PROFILE }}"
"PROFILE=${{ github.event.inputs.IROHA2_PROFILE_ARG }}"
"RUSTFLAGS=${{ github.event.inputs.IROHA2_RUSTFLAGS }}"
"FEATURES=${{ github.event.inputs.IROHA2_FEATURES }}"
"CARGOFLAGS=${{ github.event.inputs.IROHA2_CARGOFLAGS }}"
Expand Down

0 comments on commit 8acd6cc

Please sign in to comment.