Skip to content
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: arm #163

Merged
merged 4 commits into from
Jan 18, 2025
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Copyright 2024 - 2024, tison <[email protected]> and the HawkEye contributors
# SPDX-License-Identifier: Apache-2.0

# See also https://github.com/rust-lang/rust/issues/44991

Expand Down
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Copyright 2024 - 2024, tison <[email protected]> and the HawkEye contributors
# SPDX-License-Identifier: Apache-2.0

root = true

Expand Down
3 changes: 0 additions & 3 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Copyright 2024 - 2024, tison <[email protected]> and the HawkEye contributors
# SPDX-License-Identifier: Apache-2.0

github: tisonkun
3 changes: 0 additions & 3 deletions .github/actions/docker-push-by-digest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Copyright 2024 - 2024, tison <[email protected]> and the HawkEye contributors
# SPDX-License-Identifier: Apache-2.0

name: Docker push by digest
description: Build and push Docker image by digest
Expand Down
4 changes: 0 additions & 4 deletions .github/actions/docker-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Copyright 2024 - 2024, tison <[email protected]> and the HawkEye contributors
# SPDX-License-Identifier: Apache-2.0

name: Docker release
description: Release Docker Images
Expand Down Expand Up @@ -44,7 +41,6 @@ runs:
tags: |
type=semver,pattern={{raw}}
type=semver,pattern=v{{major}}
type=sha,format=long
type=edge,branch=main
- name: Push manifest
shell: bash
Expand Down
3 changes: 0 additions & 3 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Copyright 2024 - 2024, tison <[email protected]> and the HawkEye contributors
# SPDX-License-Identifier: Apache-2.0

# The pull request's title should be fulfilled the following pattern:
#
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Copyright 2024 - 2024, tison <[email protected]> and the HawkEye contributors
# SPDX-License-Identifier: Apache-2.0

name: CI
on:
Expand All @@ -38,7 +35,7 @@ concurrency:
jobs:
check:
name: Check
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
Expand All @@ -53,7 +50,7 @@ jobs:
matrix:
rust-version: ["1.76.0", "stable"]
name: Build and test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
Expand All @@ -69,7 +66,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
os: [ ubuntu-24.04 ]
runs-on: ${{matrix.os}}
name: Docker sanity check on ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -101,7 +98,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-24.04, windows-2022, macos-14]
runs-on: ${{ matrix.os }}
name: Smoke test on ${{ matrix.os }}
steps:
Expand All @@ -125,7 +122,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-24.04, windows-2022, macos-14]
runs-on: ${{ matrix.os }}
name: Smoke test for GitHub Actions on ${{ matrix.os }}
steps:
Expand All @@ -141,7 +138,7 @@ jobs:

required:
name: Required
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: ${{ always() }}
needs:
- check
Expand Down
11 changes: 4 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Copyright 2024 - 2024, tison <[email protected]> and the HawkEye contributors
# SPDX-License-Identifier: Apache-2.0

name: Build and Push Docker Images

Expand All @@ -25,7 +22,7 @@ on:

jobs:
build-and-push-hawkeye-amd64:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
packages: write
steps:
Expand All @@ -40,7 +37,7 @@ jobs:
digest: ${{ steps.build.outputs.digest }}

build-and-push-hawkeye-arm64:
runs-on: buildjet-4vcpu-ubuntu-2204-arm
runs-on: ubuntu-24.04-arm
permissions:
packages: write
steps:
Expand All @@ -55,7 +52,7 @@ jobs:
digest: ${{ steps.build.outputs.digest }}

release-hawkeye:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
packages: write
needs:
Expand All @@ -72,7 +69,7 @@ jobs:
${{needs.build-and-push-hawkeye-arm64.outputs.digest}}

release-native:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
packages: write
needs:
Expand Down
Loading
Loading