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

chore: remove go build flags in the code that are not applicable for ARM64 compilation #637

Merged
merged 1 commit into from
Nov 29, 2023
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 pkg/apis/project/types_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package project

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/cmd/build/builders/kcl/rest/rest_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package rest

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/cmd/init/init_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package init

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/cmd/init/options_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package init

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/engine/operation/apply_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package operation

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/engine/operation/destory_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package operation

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/engine/states/local/filesystem_state_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package local

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/engine/states/remote/db/db_state_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package db

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/engine/states/remote/oss/oss_state_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package oss

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/engine/states/remote/s3/s3_state_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package s3

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/scaffold/templates_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package scaffold

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/util/gitutil/gitutil_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package gitutil

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/util/io/dir_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package io

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/util/io/file_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package io

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/util/io/io_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package io

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/util/kfile/file_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package kfile

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/util/kube/config/config_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package config

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/version/types_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package version

import (
Expand Down
Loading