Skip to content

Commit

Permalink
Merge pull request #2 from linuxserver/master-remove-armhf
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Feb 12, 2023
2 parents 55ee9a5 + 6141265 commit aa7e1bc
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ trim_trailing_whitespace = false
indent_style = space
indent_size = 2

[{**.sh,root/etc/cont-init.d/**,root/etc/services.d/**}]
[{**.sh,root/etc/s6-overlay/s6-rc.d/**,root/etc/cont-init.d/**,root/etc/services.d/**}]
indent_style = space
indent_size = 4
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/first-interaction@v1
with:
issue-message: 'Thanks for opening your first issue here! Be sure to follow the [bug](https://github.com/linuxserver/docker-baseimage-kasmvnc/blob/master/.github/ISSUE_TEMPLATE/issue.bug.yml) or [feature](https://github.com/linuxserver/docker-baseimage-kasmvnc/blob/master/.github/ISSUE_TEMPLATE/issue.feature.yml) issue templates!'
issue-message: 'Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.'
pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-baseimage-kasmvnc/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'
repo-token: ${{ secrets.GITHUB_TOKEN }}
9 changes: 9 additions & 0 deletions .github/workflows/permissions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Permission check
on:
pull_request:
paths:
- '**/run'
- '**/finish'
jobs:
permission_check:
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:3.17 as buildstage

ARG KASMVNC_RELEASE="1.0.1"
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.17 as buildstage

ARG KASMVNC_RELEASE="1.0.1"
Expand Down
10 changes: 0 additions & 10 deletions Dockerfile.armhf

This file was deleted.

85 changes: 15 additions & 70 deletions Jenkinsfile

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ external_type: os
release_type: stable
release_tag: alpine317
ls_branch: master
build_armhf: false
repo_vars:
- BUILD_VERSION_ARG = 'KASMVNC_RELEASE'
- LS_USER = 'linuxserver'
Expand Down
Empty file.

This file was deleted.

17 changes: 0 additions & 17 deletions root-armhf/etc/s6-overlay/s6-rc.d/svc-splash/run

This file was deleted.

1 change: 0 additions & 1 deletion root-armhf/etc/s6-overlay/s6-rc.d/svc-splash/type

This file was deleted.

Empty file.

0 comments on commit aa7e1bc

Please sign in to comment.