Skip to content
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
6 changes: 3 additions & 3 deletions .github/workflows/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
runner:
- arch: amd64
pool: iot-identity-1es-hosted-linux-amd64
image: agent-aziotedge-ubuntu-22.04-msmoby
image: agent-aziotedge-ubuntu-22.04
- arch: aarch64
pool: iot-identity-1es-hosted-linux-arm64
image: agent-aziotedge-ubuntu-22.04-arm64-msmoby
image: agent-aziotedge-ubuntu-22.04-arm64

runs-on:
- self-hosted
Expand All @@ -115,7 +115,7 @@ jobs:
sudo chown $(id -u):$(id -g) /run/user/$(id -u)

- name: 'Run'
uses: 'snapcore/action-build@v1'
uses: 'canonical/action-build@v1'
id: 'snapcraft'
with:
build-info: true
Expand Down
2 changes: 0 additions & 2 deletions ci/install-build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,10 @@ if [ -z "${DISABLE_FOR_CODEQL:-}" ]; then

apt-get update
apt-get upgrade -y

apt-get install -y \
acl cmake cpio curl g++ gcc genisoimage git jq libclang1 libssl-dev llvm-dev make \
pigz pkg-config python3-distutils python3-pip qemu-utils rpm tar wget zstd

# Install Go 1.23
GO_VERSION=1.23.0
[ "$ARCH" == 'aarch64' ] && GO_ARCH='arm64' || GO_ARCH='amd64'
mkdir -p /usr/local/go
Expand Down