Commit Graph

366 Commits

Author SHA1 Message Date
Robert Gogolok 2c1d805d98
Fix link to `Get Started with Podman` page (#2511)
The previous link
https://podman.io/getting-started/
points to a 404 page.

Signed-off-by: Robert Gogolok <gogolok@gmail.com>
2026-01-11 16:27:04 -05:00
Juan Bustamante 4aeda9c675
chore: remove Ubuntu 24.10 (Oracular Oriole) from delivery workflow (#2507)
Ubuntu 24.10 "Oracular Oriole" has reached End of Life (July 11, 2025)
and the Ubuntu repositories have been removed from the main archive,
causing delivery workflow failures.

Fixes #2504

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-18 13:31:17 -05:00
Juan Bustamante 7d0fdf316d
fix: migrate Windows CI testing from Equinix LCOW to GitHub-hosted runners (#2506)
This commit addresses issue #2505 by removing the dependency on the
Equinix Metal self-hosted Windows LCOW runner, which is being sunset.

Changes:
- Replaced windows-lcow config with windows config using windows-latest runner
- Set NO_DOCKER=true for Windows testing (GitHub runners don't support LCOW)
- Added step to install Make via Chocolatey for Windows runner
- Windows tests will run unit tests without Docker-dependent tests
- Maintains pack.exe artifact generation for Chocolatey distribution

The new configuration:
- Runs basic pack CLI tests on Windows to validate it works
- Does not run Docker/LCOW tests (requires nested virtualization)
- Ensures Windows binaries continue to be built for releases
- Uses GitHub-hosted infrastructure instead of self-hosted Equinix Metal

Resolves #2505

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-15 18:10:15 -05:00
Juan Bustamante 9321d2cc4a
Bump to go 1.25 (#2480)
Build and lint using go 1.25

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-11-23 11:37:07 -05:00
dependabot[bot] 0774fdbc24
build(deps): bump @octokit/plugin-paginate-rest, @actions/github and @octokit/rest (#2338)
Bumps [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) to 9.2.2 and updates ancestor dependencies [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js), [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) and [@octokit/rest](https://github.com/octokit/rest.js). These dependencies need to be updated together.


Updates `@octokit/plugin-paginate-rest` from 2.2.3 to 9.2.2
- [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases)
- [Commits](https://github.com/octokit/plugin-paginate-rest.js/compare/v2.2.3...v9.2.2)

Updates `@actions/github` from 4.0.0 to 6.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

Updates `@octokit/rest` from 18.0.0 to 21.1.1
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.0.0...v21.1.1)

---
updated-dependencies:
- dependency-name: "@octokit/plugin-paginate-rest"
  dependency-type: indirect
- dependency-name: "@actions/github"
  dependency-type: direct:production
- dependency-name: "@octokit/rest"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-12 18:47:29 +00:00
dependabot[bot] 8292ea5ccd
build(deps): bump actions/setup-go from 5 to 6 (#2441)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-29 13:35:09 +00:00
dependabot[bot] c58ba34b2c
build(deps): bump buildpacks/github-actions from 5.9.3 to 5.9.4 (#2439)
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.9.3 to 5.9.4.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](https://github.com/buildpacks/github-actions/compare/v5.9.3...v5.9.4)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-version: 5.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-29 07:13:25 -05:00
Juan Bustamante 5c448370b1
Drop Ubuntu Bionic (18.04) support from PPA delivery (#2436)
Ubuntu 18.04 LTS (Bionic Beaver) reached End of Life on May 31, 2023,
and is causing build failures for pack v0.38.0+ due to Go 1.24
incompatibility on i386 architecture.

Changes:
- Remove 'bionic' from the Ubuntu delivery workflow matrix
- Remove the bionic-specific delivery step from the workflow

Impact:
- Users on Ubuntu 18.04 should upgrade to a supported version (20.04+)
- Last available pack version for Bionic remains v0.37.0

Supported Ubuntu versions after this change:
- Ubuntu 20.04 LTS (Focal)
- Ubuntu 22.04 LTS (Jammy)
- Ubuntu 24.04 LTS (Noble)
- Ubuntu 24.10 (Oracular)
- Ubuntu 25.04 (Plucky)

Fixes #2435

🤖 Generated with [Claude Code](https://claude.ai/code)

Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-31 16:49:44 -05:00
Juan Bustamante 2f2716d139
Fix Ubuntu PPA build failures for pack v0.38.2+ (#2423)
* Fix Ubuntu PPA build failures for pack v0.38.2+

This fixes multiple critical issues preventing successful Ubuntu PPA builds:

1. **Update debian/compat**: 9 → 13 (modern debhelper compatibility)
   - Eliminates deprecation warnings
   - Ensures compatibility with current build environments

2. **Fix debian/control**:
   - Update debhelper dependency: (>=9) → (>= 13) to match compat level
   - Update Go requirement: (>=1.16) → (>=1.24) to match actual project needs

3. **Fix debian/rules Go cache handling**:
   - Change cache location: /tmp/.cache/go-build → $(CURDIR)/.cache/go-build
   - Avoids permission issues in Launchpad build environment
   - Use direct go build command instead of dh_auto_build for better control

4. **Update workflow Go version**: Update GO_DEP_ENTRY to require golang (>=1.24)

These changes address the root causes of PPA build failures while maintaining
compatibility with the GitHub Actions workflow and template system.

Fixes #2417

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>

* Fix debhelper compatibility for older Ubuntu distributions

The previous fix used debhelper compat level 13, but Ubuntu Focal (20.04)
only has debhelper 12 available in the main repository. This was causing
build failures with 'Unmet build dependencies: debhelper (>= 13)'.

Changes:
- debian/compat: 13 → 11 (widely supported across all Ubuntu LTS versions)
- debian/control: Update Build-Depends to 'debhelper (>= 11)'

Compat level 11 provides all the modern features we need while maintaining
compatibility with Ubuntu Bionic (18.04), Focal (20.04), and newer releases.

Fixes the build failures seen in GitHub Actions run 16804133863.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>

* Fix debian/rules build command for proper dh integration

The direct 'go build' command was failing during Debian package testing
because the temporary build directory didn't have the full source structure.
This was causing 'stat /tmp/.../cmd/pack: directory not found' errors.

Changes:
- Restore 'dh_auto_build -- build' command for proper debhelper integration
- Keep the Go cache environment variables and custom GOCACHE location
- Maintain the cache cleanup to avoid permission issues

The dh_auto_build command properly handles the build context and source
directory structure that's expected in Debian packaging workflows.

Fixes the build failures seen in GitHub Actions run 16804298363.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>

* Revert to original working debian/rules build command

The original dh_auto_build approach was working correctly. The main issues
were Go version compatibility and debhelper version requirements, which
have now been fixed separately.

Changes:
- Restore original 'dh_auto_build -- build' command
- Use original /tmp/.cache/go-build cache location
- Keep all environment variables and flags as originally designed

This maintains compatibility with the existing packaging approach while
incorporating the Go 1.24+ and debhelper 11 compatibility fixes.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>

---------

Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-31 16:49:18 -05:00
dependabot[bot] 65e8cc0e3c
build(deps): bump actions/download-artifact from 4 to 5 (#2426)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-31 13:54:25 -05:00
dependabot[bot] 449bd1b61a
build(deps): bump buildpacks/github-actions from 5.9.2 to 5.9.3 (#2421)
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.9.2 to 5.9.3.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](https://github.com/buildpacks/github-actions/compare/v5.9.2...v5.9.3)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-version: 5.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-31 12:39:29 -05:00
dependabot[bot] 6ae35dced7
build(deps): bump buildpacks/github-actions from 5.9.1 to 5.9.2 (#2412)
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.9.1 to 5.9.2.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](https://github.com/buildpacks/github-actions/compare/v5.9.1...v5.9.2)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-version: 5.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-01 08:04:46 -05:00
dependabot[bot] d54ad1f25c
build(deps): bump buildpacks/github-actions from 5.8.11 to 5.9.1 (#2401)
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.8.11 to 5.9.1.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](https://github.com/buildpacks/github-actions/compare/v5.8.11...v5.9.1)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-version: 5.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-27 16:27:13 +00:00
Juan Bustamante 57cf5b9e07
updating to ubuntu jammy when releasing pack (#2400)
Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>
2025-06-16 17:11:41 -05:00
Juan Bustamante 4188637c6a
Jjbustamante/fix pack 2397 (#2399)
* Reverting to the previous way of releasing ubuntu's pack version

Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>
2025-06-16 16:54:52 -05:00
Juan Bustamante 9bd06a987a
upding delivery workflow to correct the wrong format (#2398)
Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>
2025-06-16 10:43:40 -05:00
Juan Bustamante 8e54e8a8db Fixing build-additional-arch for windows
Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>
2025-06-06 12:31:14 -05:00
dependabot[bot] 1c326701b8
build(deps): bump buildpacks/github-actions from 5.8.10 to 5.8.11 (#2381)
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.8.10 to 5.8.11.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](https://github.com/buildpacks/github-actions/compare/v5.8.10...v5.8.11)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-version: 5.8.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-02 12:51:11 +00:00
Tibebe Demissie a4d8f12fd3
Add support for linux-arm64 in brew (#2388)
Signed-off-by: Tibebe Demissie <tib.demissie@gmail.com>
2025-05-29 18:29:27 -05:00
Aidan Delaney 858c5d6ea5
Release on the latest ubuntu (#2378)
* Release on the latest ubuntu (24.10 and 25.04 ) 

Signed-off-by: Aidan Delaney <aidan.delaney@gmail.com>
2025-04-30 12:36:49 +00:00
Juan Bustamante 4f12b8398b
Updating default lifecycle version to 0.20.8 (#2356)
* Updating lifecycle to version 0.20.8
* Removing build workflow for WCOW (Windows Container on Windows)
Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>
2025-04-22 18:41:52 -05:00
Juan Bustamante 94bb792ee1
Merge branch 'main' into upgrade-go1.23.3
Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>
2025-04-21 11:54:04 -05:00
Yash Israni 9f553983f9 Upgrade Go version to 1.24
Signed-off-by: Yash Israni <yashisrani52@gmail.com>
2025-04-21 09:17:05 +05:30
dependabot[bot] 4d05893193
build(deps): bump buildpacks/github-actions from 5.8.8 to 5.8.10
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.8.8 to 5.8.10.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](https://github.com/buildpacks/github-actions/compare/v5.8.8...v5.8.10)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-26 02:30:00 +00:00
Yash Israni 4b78313297 Upgrade Go version to 1.23.3 across project files
Signed-off-by: Yash Israni <yashisrani52@gmail.com>
2025-03-14 13:11:33 +05:30
dependabot[bot] d1c7a79749
build(deps): bump buildpacks/github-actions from 5.8.5 to 5.8.8
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.8.5 to 5.8.8.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](https://github.com/buildpacks/github-actions/compare/v5.8.5...v5.8.8)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-20 22:28:55 +00:00
dependabot[bot] 4f1d65cbbc
build(deps): bump anchore/scan-action from 5 to 6
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 5 to 6.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anchore/scan-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-10 13:47:18 +00:00
dependabot[bot] 7ada97f7cc
build(deps): bump buildpacks/github-actions from 5.8.4 to 5.8.5
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.8.4 to 5.8.5.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](https://github.com/buildpacks/github-actions/compare/v5.8.4...v5.8.5)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-06 22:19:45 +00:00
dependabot[bot] f4c09fa465
build(deps): bump buildpacks/github-actions from 5.8.3 to 5.8.4
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.8.3 to 5.8.4.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](https://github.com/buildpacks/github-actions/compare/v5.8.3...v5.8.4)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-24 12:47:18 +00:00
dependabot[bot] 14aa2f755d
build(deps): bump buildpacks/github-actions from 5.8.1 to 5.8.3
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.8.1 to 5.8.3.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](https://github.com/buildpacks/github-actions/compare/v5.8.1...v5.8.3)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-02 23:29:55 +00:00
Juan Bustamante 7d17694115
Merge branch 'main' into fix/lcow-acceptance 2024-11-13 14:37:47 -05:00
Natalie Arellano b3edf6be08 Cleanup after running acceptance tests
While we try to cleanup after ourselves, it doesn't always work.
This will save us from having to RDP into the LCOW worker every so often

Signed-off-by: Natalie Arellano <narellano@vmware.com>
2024-11-13 12:59:44 -05:00
Natalie Arellano fdde5f9f81
Merge branch 'main' into fix-pack-1218 2024-11-13 12:17:32 -05:00
Juan Bustamante 2f2cc9ae11
Merge branch 'main' into fix-pack-1218
Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>
2024-11-13 07:21:06 -05:00
Natalie Arellano c579063944
Merge branch 'main' into bump-deps 2024-11-12 16:53:57 -05:00
dependabot[bot] 19d9ac309f
build(deps): bump buildpacks/github-actions from 5.8.0 to 5.8.1
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.8.0 to 5.8.1.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](https://github.com/buildpacks/github-actions/compare/v5.8.0...v5.8.1)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 22:53:11 +00:00
dependabot[bot] 80c4615d2f
build(deps): bump buildpacks/github-actions from 5.7.4 to 5.8.0
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.7.4 to 5.8.0.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](https://github.com/buildpacks/github-actions/compare/v5.7.4...v5.8.0)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-05 12:59:43 +00:00
Natalie Arellano 80e9e0a8e7 Update actions
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2024-11-01 15:29:32 -04:00
Natalie Arellano fe6a1e57e7 Update go and run tidy
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2024-10-28 14:39:47 -04:00
dependabot[bot] 4d6b7633f4
build(deps): bump buildpacks/github-actions from 5.5.4 to 5.7.4
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.5.4 to 5.7.4.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](https://github.com/buildpacks/github-actions/compare/v5.5.4...v5.7.4)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-19 01:15:17 +00:00
dependabot[bot] 68b43d7074
build(deps): bump anchore/scan-action from 3 to 4
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3 to 4.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anchore/scan-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-31 17:23:14 +00:00
Hiroshi Hayakawa 0cda9d0022 Add ${{ matrix.suffix }} to the source tag for retagging.
Signed-off-by: Hiroshi Hayakawa <hhiroshell@gmail.com>
2024-07-30 13:50:18 +09:00
Hiroshi Hayakawa 6680c0e03b
Fix variable name.
Co-authored-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Hiroshi Hayakawa <hhiroshell@gmail.com>
2024-07-25 18:28:05 +09:00
Hiroshi Hayakawa 3f3345847b
Fix variable name.
Co-authored-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Hiroshi Hayakawa <hhiroshell@gmail.com>
2024-07-25 18:27:52 +09:00
hhiroshell 23326a8a8e Fix variable name mismatch.
Signed-off-by: hhiroshell <hhiroshell@gmail.com>
2024-07-24 11:11:39 +09:00
hhiroshell dce5257689 Finish the helper script for testing GitHub Action workflows on forked repository.
Signed-off-by: hhiroshell <hhiroshell@gmail.com>
2024-07-24 10:56:17 +09:00
Anjan Nath 538d57290b Remove github actions job for pack-cli arch package
The `pack-cli` package has been adopted by the arch linux
extra repository: https://archlinux.org/packages/extra/x86_64/pack-cli/
and hence the namespace has been removed from aur

Signed-off-by: Anjan Nath <kaludios@gmail.com>
2024-06-12 12:13:41 +05:30
Hiroshi Hayakawa e8a0c7f10e Update image references in internal documents and ci settings to use fully qualified names.
Signed-off-by: Hiroshi Hayakawa <hhiroshell@gmail.com>
2024-06-10 14:20:09 +09:00
Juan Bustamante a7d1cc42e6
Updating the docker base image to use go 1.22, also removing ubuntu lunar becase it is deprecated, we don't need to support it anymore
Signed-off-by: Juan Bustamante <jbustamante@vmware.com>
2024-05-30 12:04:19 -05:00
Juan Bustamante e792c69220
Since macos14 the github runner is arm64
Signed-off-by: Juan Bustamante <jbustamante@vmware.com>
2024-05-24 10:11:20 -05:00