Thanks to visit codestin.com
Credit goes to github.com

Skip to content

test debian12_arm64 #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 5 additions & 6 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: Build workflow
run-name: Build workflow
on:
push:
branches-ignore:
- 'master'
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest # Maybe here is a blocker
runs-on: github-hosted-binary01-arm6123 # Maybe here is a blocker
container:
image: debian:bullseye
image: debian:bookworm
defaults:
run:
shell: bash -le {0}
Expand Down Expand Up @@ -47,4 +46,4 @@ jobs:
mv /home/git/binary-com/perl/{bin,lib} .
git add lib bin
git commit -m "[ci skip] compile $VERSION"
git push origin HEAD:$BRANCH
git push origin HEAD:test_$BRANCH
Loading
Loading