Skip to content

Commit

Permalink
Reverting temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Benji377 committed Jan 27, 2025
1 parent e0ea3ac commit ae61075
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,59 +76,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: setup deb822 repos
run: |
cat <<EOF > deb822sources
Types: deb
URIs: http://archive.ubuntu.com/ubuntu/
Suites: noble
Components: main restricted universe
Architectures: amd64
Types: deb
URIs: http://security.ubuntu.com/ubuntu/
Suites: noble-security
Components: main restricted universe
Architectures: amd64
Types: deb
URIs: http://archive.ubuntu.com/ubuntu/
Suites: noble-updates
Components: main restricted universe
Architectures: amd64
Types: deb
URIs: http://azure.ports.ubuntu.com/ubuntu-ports/
Suites: noble
Components: main restricted multiverse universe
Architectures: arm64
Types: deb
URIs: http://azure.ports.ubuntu.com/ubuntu-ports/
Suites: noble-updates
Components: main restricted multiverse universe
Architectures: arm64
Types: deb
URIs: http://azure.ports.ubuntu.com/ubuntu-ports/
Suites: noble
Components: main restricted multiverse universe
Architectures: riscv64
Types: deb
URIs: http://azure.ports.ubuntu.com/ubuntu-ports/
Suites: noble-updates
Components: main restricted multiverse universe
Architectures: riscv64
EOF
sudo mv deb822sources /etc/apt/sources.list.d/ubuntu.sources
- name: add arm64 and riscv64 architectures
run: |
sudo dpkg --add-architecture arm64
sudo dpkg --add-architecture riscv64
- name: Clean install Debian packages
run: sudo apt-get clean && sudo apt-get update && sudo apt-get upgrade -y

Expand Down

0 comments on commit ae61075

Please sign in to comment.