Skip to content

Commit b7ba9cb

Browse files
committed
ci: drop some dead code
1 parent 507cc4d commit b7ba9cb

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
permissions:
2626
contents: write # for softprops/action-gh-release to create GitHub release
2727
# The type of runner that the job will run on
28-
#runs-on: ubuntu-latest
2928
runs-on: ubuntu-24.04
3029

3130
# Steps represent a sequence of tasks that will be executed as part of the job
@@ -48,15 +47,6 @@ jobs:
4847
echo $BRANCH $KERNELVER $DT
4948
echo $UBUNTU_MAJOR_VERSION
5049
51-
- name: update apt-repos (u22)
52-
if: env.UBUNTU_MAJOR_VERSION == '22'
53-
run: |
54-
cat /etc/apt/sources.list
55-
sudo sed -i.bak -e 's/^deb/deb [ arch=amd64,i386 ]/' /etc/apt/sources.list
56-
#deb [arch=amd64,i386] http://archive.ubuntu.com/ubuntu/ jammy main universe
57-
echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports jammy main universe" | sudo tee -a /etc/apt/sources.list
58-
59-
6050
- name: update apt-repos (u24)
6151
if: env.UBUNTU_MAJOR_VERSION == '24'
6252
run: |
@@ -157,12 +147,7 @@ jobs:
157147
158148
- name: Upload binaries to release
159149
if: endsWith(github.ref,'-main')
160-
#uses: marvinpinto/action-automatic-releases@latest
161-
#with:
162-
# repo_token: "${{ secrets.GITHUB_TOKEN }}"
163-
# automatic_release_tag: "CI-BUILD-${{ env.BRANCH }}-${{ env.KERNELVER }}-${{ env.DT }}"
164-
# prerelease: false
165-
# title: "Build for branch ${{ env.BRANCH }} (${{ env.KERNELVER }})"
150+
166151
uses: softprops/action-gh-release@v1
167152
with:
168153
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)