Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed May 19, 2023
1 parent 0fc9fe4 commit d5de634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build-minimal:
runs-on: ubuntu-20.04
env:
TARGET_ARCH: ${{ (inputs.arch == 'aarch64' && 'arm64') || 'amd64' }}
TARGET_ARCH: ${{ (github.base_ref == 'master' && 'arm64') || 'amd64' }}
steps:
- name: test
run: echo "${TARGET_ARCH}"
Expand Down

0 comments on commit d5de634

Please sign in to comment.