-
Notifications
You must be signed in to change notification settings - Fork 27
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
ci: add ubuntu arm runners #558
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Unchanged files with check annotations Beta
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
frOM busybox as base | ||
Check warning on line 17 in __tests__/.fixtures/lint.Dockerfile
|
||
cOpy lint.Dockerfile . | ||
Check warning on line 18 in __tests__/.fixtures/lint.Dockerfile
|
||
# some special chars: distroless/python3-debian12のPythonは3.11 | ||
# https://github.com/docker/build-push-action/issues/1204#issuecomment-2274056016 | ||
from scratch | ||
Check warning on line 23 in __tests__/.fixtures/lint.Dockerfile
|
||
MAINTAINER moby@example.com | ||
Check warning on line 24 in __tests__/.fixtures/lint.Dockerfile
|
||
COPy --from=base \ | ||
Check warning on line 25 in __tests__/.fixtures/lint.Dockerfile
|
||
/lint.Dockerfile \ | ||
/ | ||
CMD [ "echo", "Hello, Norway!" ] | ||
Check warning on line 29 in __tests__/.fixtures/lint.Dockerfile
|
||
CMD [ "echo", "Hello, Sweden!" ] | ||
ENTRYPOINT my-program start | ||
Check warning on line 31 in __tests__/.fixtures/lint.Dockerfile
|
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
frOM busybox as base | ||
Check warning on line 17 in __tests__/.fixtures/lint-other.Dockerfile
|
||
cOpy lint-other.Dockerfile . | ||
froM busybox aS notused | ||
COPY lint-other.Dockerfile . | ||
from scratch | ||
Check warning on line 23 in __tests__/.fixtures/lint-other.Dockerfile
|
||
COPy --from=base \ | ||
/lint-other.Dockerfile \ | ||
/ |
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.
Ok this was just a matter of updating tests to enforce arch platform to x64.