-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support arm64 and arm #315
Conversation
7458948
to
d517da5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Where are these |
I always use act for Example commands: // hook=pull_request, job=build-linux
act pull_request -j build-linux -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest
// hook=push, job=build-docker
act push -j build-docker -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest JFY: So I specify
|
Description
arm64
andarm
github actions